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.
- Host: GitHub
- URL: https://github.com/codedotjs/commandline-boilerplate
- Owner: CodeDotJS
- License: mit
- Created: 2018-04-15T17:58:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T20:29:14.000Z (over 7 years ago)
- Last Synced: 2025-03-20T00:41:16.414Z (9 months ago)
- Topics: boilerplate, boilerplate-files, cli, cli-app, javascript, node, nodejs, nodejs-modules
- Language: JavaScript
- Size: 725 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
Visit installation page if you want to use this silly boilerplate.
> 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)