@wolox/generator-utils-node
v0.0.1
Published
Yeoman generator with some utils for NodeJS projects
Downloads
3
Readme
generator-utils-node
Prerequisites
- Git
- Node with npm
- Yeoman
- Install
npm install -g yo
- Install
Getting Started
- Install
npm install -g generator-utils-node
- Run
yo utils-node
- Pick your options
Running Local
- Clone this repository
- Move to root folder and run
npm link
- Run
yo utils-node
(Note: Any local changes are automatically refreshed)
Add new tool
- Check the JSON schema file
- You have to modify tools file and add a new key with the new tool information
- Add the templates files in this folder
- Run
npm test
for check that all is working (not need of add a new test with each tool, it's generated from tools file)
License
generator-utils-node is available under the MIT license.