BROIL
Use broil to generate all the files/folders in your projects for you, each scaffold is based off a simple .json file allowing for easy sharing
Install
npm install -g broil
Command Line Usage
broil [--add] [--gen] [--no-content] scaffold
Examples:
Basic Usage
This will copy an old project into scaffolds/scaffoldName.json, allowing you to build a scaffold in any other folder at any time
cd myOldProjectbroil --gen scaffoldNamemkdir myNewProjectcd myNewProjectbroil scaffoldName
Create scaffold with no content in files
mkdir myNewProjectcd myNewProjectbroil --no-content scaffoldName
Add existing scaffold.json file to the global path for later use
cd pathContainingScaffoldbroil --add scaffold.json
scaffold JSON layout
TODO:
- Complete DOCS
- add tests
- ensure cross-platform support