@dimitrinicolas/plop-templates

1.0.0 • Public • Published

plop-templates

My personnal root projects plop templates.

Installation

$ npm install -g plop
$ npm install @dimitrinicolas/plop-templates

Usage

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.

Templates

node-module

Create a simple node package, with Ava, Travis, ESLint, and Coveralls integration

Prompts

  • name - Node module segment name
  • description - Node module description
  • related - Space separated related NPM packages

Structure

{{dashCase name}}/
├── .eslintignore
├── .eslintrc
├── .gitignore
├── .travis.yml
├── CHANGELOG.md
├── index.js
├── LICENSE
├── package.json
├── README.md
└── test.js

Related

  • plop - Consistency Made Simple
  • 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.

Readme

Keywords

Package Sidebar

Install

npm i @dimitrinicolas/plop-templates

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

12.6 kB

Total Files

18

Last publish

Collaborators

  • dimitrinicolas