You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

generator-assemble

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-assemble

The scaffolding for Assemble

0.4.5
Source
npmnpm
Version published
Weekly downloads
2
-93.1%
Maintainers
3
Weekly downloads
 
Created
Source

Assemble generator Build Status

Yeoman generator for Assemble.

Getting started

  • Install the generator: npm install -g generator-assemble

Usage

Assemble app scaffolds.

mkdir project && cd $_
yo assemble

Options

  • -s alias --skip-install

    Skips the automatic execution of bower and npm after scaffolding has finished.

  • -w alias --skip-welcome-message

    Skips app welcome message.

Generate Plugin

yo assemble:plugin

If needed, you can specify a name and location too:

yo assemble:plugin <name> <path>

Alternative

License

MIT License

Keywords

yeoman-generator

FAQs

Package last updated on 03 Jan 2014

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