Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

alphabot

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alphabot

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

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

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
});

Keywords

lazojs

FAQs

Package last updated on 12 Feb 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts