We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e8984 commit 5c194b7Copy full SHA for 5c194b7
README.md
@@ -114,6 +114,8 @@ archive、ctlinnd、elm、getlist、inncheck、mail、mailconf、mailq、message
114
115
yes
116
117
+## 使用
118
+
119
### Node调用
120
121
```
@@ -125,8 +127,15 @@ npm install linux-command
125
127
var comm = require("linux-command")
126
128
console.log("---->",comm.ls)
129
130
+var alias = require("linux-command/command/alias.md")
131
+console.log("---->",alias) // markdown string
132
133
134
+### CDN
135
136
+https://unpkg.com/linux-command/dist/data.json 命令总 JSON 数据
137
+https://unpkg.com/linux-command/command/alias.md 对应命令详情(Markdown)数据
138
139
140
## Linux学习资源整理
141
0 commit comments