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

https://github.com/codedotjs/commandline-boilerplate

:snowflake: A simple boilerplate I use to develop command line applications.
https://github.com/codedotjs/commandline-boilerplate

boilerplate boilerplate-files cli cli-app javascript node nodejs nodejs-modules

Last synced: 9 months ago
JSON representation

:snowflake: A simple boilerplate I use to develop command line applications.

Awesome Lists containing this project

README

          

Visit installation page if you want to use this silly boilerplate.




module-name






> Description of the tool

## Install

```sh
$ npm install --global
```
__OR__
```sh
$ sudo npm install --global
```

## Preview



## Usage

```
$ green-leaf

Usage: green-leaf

Commands:
-a, Does this
-b, Does that
-c, Does nothing

```

## Related

- __[`Green Leaf`](https://github.com/username/repository)__ `:` `Makes you feel high`

## License

MIT © [Your name](website)