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

https://github.com/baopham/node-module-starter

CLI to setup a new node module
https://github.com/baopham/node-module-starter

cli node starter-kit

Last synced: about 2 months ago
JSON representation

CLI to setup a new node module

Awesome Lists containing this project

README

          

node-module-starter
===================

[![npm version](https://badge.fury.io/js/node-module-starter.svg)](https://badge.fury.io/js/node-module-starter)
[![NSP Status](https://nodesecurity.io/orgs/baopham/projects/cc7faa40-4647-464b-bc08-2ff837fe35e9/badge)](https://nodesecurity.io/orgs/baopham/projects/cc7faa40-4647-464b-bc08-2ff837fe35e9)

CLI to setup a new node module

Support:

* Babel
* ESLint (pretty-standard)
* Prettier
* lint-staged
* Flow (optional)
* Yarn (optional)
* Jest (optional)

Install:
--------
```bash
npm install node-module-starter -g
```

Usage:
------
```bash
mkdir new-project && cd !$
node-starter setup --help
```

Requirements:
-------------
* Node ^6

License:
--------
MIT

Author:
-------
Bao Pham