Skip to content

moqada/dokata

Repository files navigation

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).

Example