Skip to content

hariadi/generator-assemble

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Yeoman generator for Assemble

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 86.4%
  • CSS 13.6%