Skip to content

Commit

Permalink
Merge pull request #27 from passy/usage-update
Browse files Browse the repository at this point in the history
Updated USAGE
  • Loading branch information
sindresorhus committed Feb 28, 2013
2 parents 124a08a + ed5449d commit 81c2a7f
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions app/USAGE
@@ -1,8 +1,17 @@
Description:
The 'yeoman init' command creates a new web application.
Creates a new basic front-end web application.

Options:
Twitter Bootstrap: Include Twitter Bootstrap for Sass
RequireJS: Add support for AMD-loading via RequireJS

Example:
yeoman init
yo webapp

This will create:
Gruntfile.js: Configuration for the task runner.
component.json: Front-end packages installed by bower.
package.json: Development packages installed by npm.

This generates a skeleton for a web app.
See the README in the newly created application to get going.
app/: Your application files.
test/: Unit tests for your application.

0 comments on commit 81c2a7f

Please sign in to comment.