flapjack
v0.2.1
Published
A simple API for generating new projects from recipes
Readme
flapjack
A simple API for generating new projects from recipes.
Installation
Install via npm:
npm install -g flapjackUsage
Generating a new Project
flapjack generate URL TARGETURL can be a relative github URL, ie 'allenai/angular-web.recipe'.
TARGET is the directory where you'd like the project to be generated in. If not specified it defaults to the current directory.
Examples
flapjack generate allenai/angular-recipe.recipe
flapjack generate allenai/angular-recipe.recipe /tmp
flapjack generate allenai/angular-recipe.recipe ~/Projects/a-new-angular-project