Skip to content

TryKickoff/generator-kickoff

Repository files navigation

Yeoman generator for the Kickoff framework

stability NPM version Downloads

Using our Yeoman Generator is the best and fastest way to get Kickoff each time you want to start a new project. It will ask you a few questions and then build a custom version of Kickoff version 5 for your needs.

What is Yeoman?

Yeoman helps you kickstart new projects, prescribing best practices and tools to help you stay productive. Yeoman is open-source but is maintained by a number of people from Google.

We have created a generator that once installed, allows you to create a custom build of Kickoff whenever you need.

Installation

Install Yeoman

If you haven't installed Yeoman yet, run this command in your terminal:

npm install -g yo

Install the generator

To install generator-kickoff from npm, run:

npm install -g generator-kickoff

Install them both :)

npm install -g yo generator-kickoff

Finally, initiate the generator:

yo kickoff

The Kickoff generator asks for this information:

  1. Project name
  2. Project description
  3. What are the project developer's names?
  4. Does this project support IE8?
  5. Use Browserify?
  6. Choose your javascript namespace (default is KO)
  7. Which javascript libraries would you like to use? jQuery v1.x/2.x, trak.js, Swiftclick & Cookies are the options
  8. Include Kickoff's styleguide?
  9. Use Kickoff Statix?
  10. Use Grunticon?
  11. Include some default Javascript shims? (These are generated by the grunt shimly command)

The repo and more information can be found at github.com/TryKickoff/generator-kickoff

NPM

NPM version If you'd like to get to know Yeoman better check out the complete Getting Started Guide.

License

MIT License