Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.26 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.26 KB

generator-launchpad Build Status Built with Grunt

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
  • Your Name?
  • Your Twitter username?

Getting Started

First, install Yeoman and generator-launchpad:

$ npm install -g yo generator-launchpad

Whenever you start a new project just initiate the generator to create the files and run a few other comands to get started:

$ cd ~/project/dir
$ yo launchpad
$ grunt copy // move any third-party libs to where they need to be
$ grunt css // initial build of styles

Lastly, be sure you have the latest version of generator-launchpad:

$ npm update -g generator-launchpad

License

MIT License