0.0.1 • Published 10 years ago

generator-course v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
10 years ago

To Do List

Fixes

  • Top of modal box is hidden in the LE, because it's too high.
  • Trying to concatenate JavaScript for build, but it ends up breaking jQuery.

Features to Add

  • Add live editing, or make the browser auto-refresh when any changes are made to source files.
  • Give developers the option to use the Sass version of Bootstrap.

Getting Started with the Courseware Yeoman Generator

$ npm install -g yo

Yeoman Generators

Yeoman travels light. He didn't pack any generators when he moved in. You can think of a generator like a plug-in. You get to choose what type of application you wish to create, such as a Backbone application or even a Chrome extension.

To install generator-course from npm, run:

$ npm install -g generator-course

Finally, initiate the generator:

$ yo course

Once the generator has finished running, enter the following command:

$ grunt bowercopy

Exporting for Production

Use the files in the "app" folder when developing. To export your work to the production, or "build" go to the command line and run:

$ grunt

Getting To Know Yeoman

Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced.

If you'd like to get to know Yeoman better and meet some of his friends, Grunt and Bower, check out the complete Getting Started Guide.

0.0.1

10 years ago