alphabot

0.1.0 • Public • Published

Build Status

alphabot

Executive Alpha, programmed to like things it has seen before.

Lazo node module templates for creating independent modules that can be combined to create an application.

Usage

var alphabot = require('alphabot');
 
// options
// - overwrite: if directory exists then overwrite it; default is false
// - template: the name of a node modules that is an alphabot template
alphabot('component', 'cmp/dest/name', { overwrite: true }, function (err, result) {
    if (err) {
        throw err;
    }
 
    // result is a message string
});

/alphabot/

    Package Sidebar

    Install

    npm i alphabot

    Weekly Downloads

    1

    Version

    0.1.0

    License

    none

    Last publish

    Collaborators

    • jstrimpel