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.

/generator-microbes/

    Package Sidebar

    Install

    npm i generator-microbes

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • cbdowell