File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ Node version] ( https://img.shields.io/node/v/suoxie.svg?style=flat )] ( https://github.com/viko16/suoxie )
6
6
[ ![ JavaScript Style Guide] ( https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat )] ( http://standardjs.com/ )
7
7
8
- Query abbreviation in your command line.
8
+ 🔍 Query abbreviations in your command line. 🔍 在命令行查缩写。🔍
9
9
10
- 在命令行查缩写
10
+ ![ Screenshot ] ( https://cloud.githubusercontent.com/assets/5064777/19028195/0909bc44-896c-11e6-9f71-14b6bdc7db6b.gif )
11
11
12
12
## Install
13
13
@@ -20,6 +20,8 @@ $ [sudo] npm install -g suoxie
20
20
``` bash
21
21
$ sx < word>
22
22
$ sx --help
23
+ # or
24
+ $ suoxie < word>
23
25
```
24
26
25
27
## API
@@ -30,7 +32,8 @@ suoxie(word).then(console.log) // return Promise
30
32
```
31
33
32
34
## Thanks
33
- All data is fetched from [ Abbreviations.com] ( http://www.abbreviations.com/ ) API.
35
+ - All data is fetched from [ Abbreviations.com] ( http://www.abbreviations.com/ ) API.
36
+ - Inspired by [ egoist/liyu] ( https://github.com/egoist/liyu ) .
34
37
35
38
## License
36
39
MIT © [ viko16] ( https://github.com/viko16 )
You can’t perform that action at this time.
0 commit comments