0.2.1 • Published 10 years ago

flapjack v0.2.1

Weekly downloads
2
License
GPL v2
Repository
-
Last release
10 years ago

flapjack

A simple API for generating new projects from recipes.

Installation

Install via npm:

npm install -g flapjack

Usage

Generating a new Project

flapjack generate URL TARGET

URL 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
0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago