New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

autogo

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autogo

A Node Command Line Tool to auto generate a web structure.

latest
Source
npmnpm
Version
0.1.3
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
 
Created
Source

Autogo

A Node Command Line Tool to auto generate a web structure.

This is also a tutorial to teach you how to make a Node Command.Just see http://www.awesomes.cn/source/12

Install

npm install autogo -g

Usage

autogo <project name>

Then

cd <project name>
npm install
gulp watch

Now you can develop your app...

Options

 Usage: autogo [options] [project name]

  Options:

    -h, --help                   output usage information
    -V, --version                output the version number
    -W, --without <str | array>  generate project without some models(value can be `sass`、`coffee`、`jade`)

You can use -W to without some models,like sasscoffee or jade:

autogo demo --without sass,jade

FAQs

Package last updated on 16 Dec 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