https://github.com/yokiyokiyoki/ds-cli-lib-template
:libra:ds-cli脚手架之搭建lib的模板
https://github.com/yokiyokiyoki/ds-cli-lib-template
library templates
Last synced: about 2 months ago
JSON representation
:libra:ds-cli脚手架之搭建lib的模板
- Host: GitHub
- URL: https://github.com/yokiyokiyoki/ds-cli-lib-template
- Owner: yokiyokiyoki
- Created: 2019-03-19T07:33:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-22T06:46:11.000Z (over 7 years ago)
- Last Synced: 2025-01-02T12:10:48.327Z (over 1 year ago)
- Topics: library, templates
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ds-cli脚手架的lib文档
# 目录
- [快速入门](#快速入门)
- [开发](#开发)
- [安装](#安装)
- [感谢](#感谢)
- [License](#license)
## 快速入门
### 开发
```bash
$ cd template # 进入template目录
$ yarn # install
```
### 安装
```bash
$ yarn global add @datastory/ds-cli
$ ds init doc
```
## 感谢
- [rollup](https://github.com/rollup/rollup)
## License
- [MIT](https://opensource.org/licenses/MIT)