generator-easy-start

1.4.3 • Public • Published

easy-start

Commitizen friendly

Minimal configuration to start a npm module from scratch (on my way).

Module structure

module
│   .eslintrc    
│   .gitignore    
│   package.json    
│   README.md    
│
└───src
│   │   index.js
│   
└───test
    │   index.test.js

⚠️ By default the module is created as type module -in case you don't like it, remove "type" property from the package.json-

Dependencies

Install the generator 🚀

In order to install the generator

npm i -g generator-easy-start

Start a new module 📝

Create a folder and navigate into it

mkdir my-new-module && cd my-new-module

Execute the scaffolding and 🥳

yo easy-start

Package Sidebar

Install

npm i generator-easy-start

Weekly Downloads

0

Version

1.4.3

License

MIT

Unpacked Size

12.2 kB

Total Files

16

Last publish

Collaborators

  • paker