Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.55 KB

File metadata and controls

43 lines (31 loc) · 1.55 KB

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.

Usage Example

$ npm install -g yo generator-luke
$ mkdir my-project
$ cd my-project
$ yo luke

Included Partials

The following partials are included when this project scaffold is used/specified:

Note: Additional, unlisted, partials may be automatically included as partial dependencies.

Further Reading