Skip to content

Commit 5890a91

Browse files
committed
docs: 撰写README
1 parent c0c9746 commit 5890a91

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

+18-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1-
# codeLint-cli
1+
# codelintcli
2+
## 介绍
3+
一个工具包,封装了alloy eslint,prettier的配置。
4+
## 安装
5+
```
6+
#npm
7+
npm i codelintcli -g
28
3-
集成了eslint和prettier等库的脚手架,自动引入相关包和配置
9+
#yarn
10+
yarn add codelintcli global
11+
```
12+
## 使用
13+
```
14+
codelintcli i
15+
```
16+
## 帮助
17+
```
18+
codelintcli -h
19+
```

0 commit comments

Comments
 (0)