0.1.2 • Published 10 years ago

dokata v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

dokata

NPM version NPM downloads Build Status Dependency Status DevDependency Status License

Project boilerplate generator.

It is UNDER DEVELOPMENT.

Installation

npm install -g dokata

Usage

Usage: dokata [options] <generator_path>

Options:
  -o, --output-dir  Set output directory path  [string] [default: "."]
  -l, --list        Listing template names
  --help            Show help  [boolean]
  --version         Show version number  [boolean]

Examples:
  dokata /path/to/generator                     extract template to current dir.
  dokata -o /path/to/output /path/to/generator  extract template to output dir.
  dokata generator_name                         extract template to current dir (MUST: $DOKATA_TEMPLATE_DIR).
  dokata -l                                     Listing template names (MUST: $DOKATA_TEMPLATE_DIR).