generator-launchpad

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.

Usage no npm install needed!

<script type="module">
  import generatorLaunchpad from 'https://cdn.skypack.dev/generator-launchpad';
</script>

README

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
  • Include SASS?
    • reset.css or normalize.css (default)?
      • reset instead of normalize?
  • 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

License

MIT License