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
- Host: GitHub
- URL: https://github.com/baopham/node-module-starter
- Owner: baopham
- License: mit
- Created: 2017-11-08T15:45:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-07T15:22:41.000Z (over 8 years ago)
- Last Synced: 2025-10-04T19:22:54.472Z (9 months ago)
- Topics: cli, node, starter-kit
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
node-module-starter
===================
[](https://badge.fury.io/js/node-module-starter)
[](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