generator-microbes

0.0.1 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    0

Package Sidebar

Install

npm i generator-microbes

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • cbdowell