Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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