Project Scaffold: "luke:grits" (source)
This is a "project scaffold" sub-generator that generates a project scaffold for a Grits.js website.
$ npm install -g yo generator-luke
$ mkdir my-project
$ cd my-project
$ yo luke:grits
The following partials are included when this project scaffold is used/specified:
- luke:package
- luke:mit-license
- luke:readme
- luke:js
- luke:editor
- luke:npm
- luke:vagrant
- luke:mocha
- luke:scripts
- luke:bower
- luke:travis-grits
Note: Additional, unlisted, partials may be automatically included as partial dependencies.
- Source - The source code for this project scaffold
- Project Scaffold Listing - Individual docs for each project scaffold
- About Project Scaffolds - Basic information about project scaffolds
- About Partials - Information about partials
- About Sub-Generators - General information about generators and sub-generators
- Project README - Basic project information