An open API service indexing awesome lists of open source software.

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的模板

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)