README
plop-tpl-node-package
Simple plop templates of node package.
Installation
$ npm install -g plop plop-tpl-node-package
Usage
Use cyou-plop-node
command will launch plop CLI with this template.
cyou-plop-node
Templates
node-module
Create a simple node package with:
- package.json
- .npmrc
- .gitignore
- .editorconfig
- mocha
- Eslint
- commitizen
- changelog
- Travis
- Coveralls integration
Prompts
name
- Node module segment namedescription
- Node module descriptionpath
- Path to place Node module src
Structure
It will generate a folder structure below:
{{dashCase name}}/
├── .editorconfig
├── .eslintignore
├── .eslintrc.js
├── .gitignore
├── index.js
├── LICENSE
├── package.json
└── README.md
Related
- plop - Consistency Made Simple
- plop-template - A personnal root projects plop templates.
- front-end-stack - Personal front-end development stack, built on PostCSS, Webpack, Babel, ESLint and Browsersync
License
This project is licensed under the MIT license.