My personnal root projects plop templates.
$ npm install -g plop
$ npm install @dimitrinicolas/plop-templates
Create a plopfile.js file in your projects root directory.
// plopfile.js
module.exports = require('@dimitrinicolas/plop-templates');
Then launch plop CLI using the plop
command.
Create a simple node package, with Ava, Travis, ESLint, and Coveralls integration
name
- Node module segment namedescription
- Node module descriptionrelated
- Space separated related NPM packages
{{dashCase name}}/
├── .eslintignore
├── .eslintrc
├── .gitignore
├── .travis.yml
├── CHANGELOG.md
├── index.js
├── LICENSE
├── package.json
├── README.md
└── test.js
- plop - Consistency Made Simple
- front-end-stack - Personal front-end development stack, built on PostCSS, Webpack, Babel, ESLint and Browsersync
This project is licensed under the MIT license.