Skip to content

Commit 74251ec

Browse files
author
wenli.lw
committed
update examples
1 parent 159981b commit 74251ec

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

examples.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,18 @@
2121
```
2222
2323
24-
## Support List
25-
26-
* [shelljs](https://github.com/shelljs/shelljs)
27-
* [mathjs](https://github.com/josdejong/mathjs)
28-
* [node-open](https://github.com/pwnall/node-open)
29-
* [public-ip](https://github.com/sindresorhus/public-ip) fire public-ip v4
30-
* [cpy](https://github.com/sindresorhus/cpy) fire cpy ...1.html,2.html
31-
* [find-up](https://github.com/sindresorhus/find-up) fire find-up 1.html
32-
* md5 fire md5 test
33-
* sha1 fire sha1 test
34-
* uuid fire uuid
24+
## Known support list
25+
26+
| node_modules | example |
27+
| --- | --- |
28+
| [shelljs](https://github.com/shelljs/shelljs) | fire shelljs ls stdout |
29+
| [mathjs](https://github.com/josdejong/mathjs) | fire mathjs add 2.1 3.2 |
30+
| [node-open](https://github.com/pwnall/node-open) | fire open http://127.0.0.1 |
31+
| [public-ip](https://github.com/sindresorhus/public-ip) | fire public-ip v4 |
32+
| [cpy](https://github.com/sindresorhus/cpy) | fire cpy ...1.html,2.html |
33+
| [find-up](https://github.com/sindresorhus/find-up) | fire find-up 1.html |
34+
| md5 | fire md5 test |
35+
| sha1 | fire sha1 test |
36+
| uuid | fire uuid |
37+
38+

0 commit comments

Comments
 (0)