generator-launchpad
v0.2.9
Published
A quick project prototyping tool. Included are options for custom CSS/SASS setups, Modernizr, jQuery, Google analytics, etc., using a workflow based on Grunt and Bower, not to mention Yeoman.
Downloads
29
Maintainers
Readme
generator-launchpad
An opinionated, Yeoman inspired, HTML5 starter kit for quick web apps and sites.
Runtime Options
- The name of this project?
- Include third-party libraries?
- Which extras would you like?
- jQuery
- Modernizr
- Google Analytics
- Which extras would you like?
- Include SASS?
- reset.css or normalize.css (default)?
- reset instead of normalize?
- reset.css or normalize.css (default)?
- Your Name?
- Your Twitter username?
Getting Started
First, install Yeoman and generator-launchpad
:
$ npm install -g yo generator-launchpad
Now, whenever you start a new project just initiate the generator:
$ cd ~/project/dir
$ yo launchpad
Lastly, be sure you have the latest version of generator-launchpad
:
$ npm update -g generator-launchpad