0.0.1 • Published 10 years ago
generator-microbes v0.0.1
Microbes Generator
This is a Yeoman generator for Microbes to create CLI applications.
Installation
$ npm install --global yeoman generator-microbesAvailable commands
Application
To create new application, run yo microbes with application name as an argument.
$ yo microbes hello-worldThis will create a folder hello-world and create a base for your application.
Command
To create new command inside application, run yo microbes:command with command name as an argument.
$ yo microbes:command helloThis will create a file hello.js inside commands directory.
Tests
$ npm testLicense
Released under the MIT License.
0.0.1
10 years ago