Project Scaffold: "luke:app" (source)
This is a "project scaffold" sub-generator that generates a minimal project scaffold that should be useful as a starting point for most of my projects. This scaffold/generator is also the default generator and will execute if no sub-generator is specified.
$ npm install -g yo generator-luke
$ mkdir my-project
$ cd my-project
$ yo luke
The following partials are included when this project scaffold is used/specified:
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