0.0.1 • Published 9 years ago

generator-microbes v0.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

Microbes Generator

This is a Yeoman generator for Microbes to create CLI applications.

Installation

$ npm install --global yeoman generator-microbes

Available commands

Application

To create new application, run yo microbes with application name as an argument.

$ yo microbes hello-world

This 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 hello

This will create a file hello.js inside commands directory.

Tests

$ npm test

License

Released under the MIT License.