@cherrypulp/generator-npm
v1.0.1
Published
A very simple and understandable Npm package generator
Downloads
14
Readme
Npm Package Generator
A very simple Npm package generator
Installation
First, install Yeoman and npm-package-generator using npm (we assume you have pre-installed node.js).
Install it globally
npm install -g yo
npm install -g @cherrypulp/generator-npm
Or git clone the project and contribute
git clone [email protected]:cherrypulp/tools/npm-package-generator.git
cd npm-package-generator
npm install
npm link
Then generate your new package inside the root of your project :
yo @cherrypulp/npm
Getting To Know Yeoman
- Yeoman has a heart of gold.
- Yeoman is a person with feelings and opinions, but is very easy to work with.
- Yeoman can be too opinionated at times but is easily convinced not to be.
- Feel free to learn more about Yeoman.
License
MIT © danielsum