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

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

:couple: Personal boilerplate for developing CLI tools in Node
https://github.com/codedotjs/node-boilerplate

Last synced: 7 months ago
JSON representation

:couple: Personal boilerplate for developing CLI tools in Node

Awesome Lists containing this project

README

          


module-name


module-name




> ""

[![Build Status](https://travis-ci.org/CodeDotJS/tool.svg?branch=master)](https://travis-ci.org/CodeDotJS/tool)

## Install

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

## Usage

```
Usage:

Command:

Tool:
-h, --help display help
-v, --version display version
```

## Related

```
OPTIONAL
```

## License

MIT © [Your name](website)