gxxc-util 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,47 @@
1
+ <a href="https://sic-web.github.io/sic-util/" target="_blank">
2
+ <img height="180" src="https://testfile.stlg.com.cn/public_image/83fd6378a13df21f2c3caa160ba62565/单logo(2).png">
3
+ </a>
4
+
5
+ <h1>sic util</h1>
6
+
7
+ [![NPM version](https://img.shields.io/npm/v/sic-util.svg?style=flat)](https://npmjs.org/package/sic-util)
8
+ [![NPM downloads](http://img.shields.io/npm/dm/sic-util.svg?style=flat)](https://npmjs.org/package/sic-util)
9
+
10
+ A universal tool function repository
11
+
12
+ https://sic-web.github.io/sic-util/
13
+
14
+ ## Usage
15
+
16
+ TODO
17
+
18
+ ## Options
19
+
20
+ TODO
21
+
22
+ ## Development
23
+
24
+ ```bash
25
+ # install dependencies
26
+ $ npm install
27
+
28
+ # develop library by docs demo
29
+ $ npm start
30
+
31
+ # build library source code
32
+ $ npm run build
33
+
34
+ # build library source code in watch mode
35
+ $ npm run build:watch
36
+
37
+ # check your project for potential problems
38
+ $ npm run doctor
39
+
40
+ # build docs
41
+ $ npm run docs:build
42
+
43
+ ```
44
+
45
+ ## LICENSE
46
+
47
+ MIT