Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afeiship/boilerplate-cli
Boilerplate for cli.
https://github.com/afeiship/boilerplate-cli
boilerplate cli template yeoman yo
Last synced: 20 days ago
JSON representation
Boilerplate for cli.
- Host: GitHub
- URL: https://github.com/afeiship/boilerplate-cli
- Owner: afeiship
- License: mit
- Created: 2019-07-12T14:46:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-13T07:33:50.000Z (about 3 years ago)
- Last Synced: 2024-10-26T22:53:52.376Z (2 months ago)
- Topics: boilerplate, cli, template, yeoman, yo
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# boilerplate-cli
> boilerplate-cli-description[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]![snapshot](https://tva1.sinaimg.cn/large/0081Kckwgy1gk87ynhkbaj30u60asasp.jpg)
## installation
```shell
git clone https://github.com/afeiship/boilerplate-cli.git
cd boilerplate-cli
npm i && npm link
```## usage
~~~
Usage: boilerplate-cli [options]Options:
-V, --version output the version number
-d, --debug only show cmds, but not clean.
-s, --src source filepath. (default: "./src")
-h, --help display help for command
~~~## license
Code released under [the MIT license](https://github.com/afeiship/boilerplate-cli/blob/master/LICENSE.txt).[version-image]: https://img.shields.io/npm/v/@boilerplate-scope/boilerplate-cli
[version-url]: https://npmjs.org/package/@boilerplate-scope/boilerplate-cli[license-image]: https://img.shields.io/npm/l/@boilerplate-scope/boilerplate-cli
[license-url]: https://github.com/afeiship/boilerplate-cli/blob/master/LICENSE.txt[size-image]: https://img.shields.io/bundlephobia/minzip/@boilerplate-scope/boilerplate-cli
[size-url]: https://github.com/afeiship/boilerplate-cli/blob/master/dist/boilerplate-cli.min.js[download-image]: https://img.shields.io/npm/dm/@boilerplate-scope/boilerplate-cli
[download-url]: https://www.npmjs.com/package/@boilerplate-scope/boilerplate-cli