Socket
Book a DemoInstallSign in
Socket

@dimitrinicolas/plop-templates

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dimitrinicolas/plop-templates

My personnal root projects plop templates

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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
  • 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.

Keywords

plop

FAQs

Package last updated on 29 Aug 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts