0.0.1 • Published 4 years ago

@wolox/generator-utils-node v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

generator-utils-node Build Status

Prerequisites

Getting Started

  1. Install npm install -g generator-utils-node
  2. Run yo utils-node
  3. Pick your options

Running Local

  1. Clone this repository
  2. Move to root folder and run npm link
  3. Run yo utils-node

(Note: Any local changes are automatically refreshed)

Add new tool

  1. Check the JSON schema file
  2. You have to modify tools file and add a new key with the new tool information
  3. Add the templates files in this folder
  4. 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.