dokata

0.1.2 • Public • Published

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

Package Sidebar

Install

npm i dokata

Weekly Downloads

1

Version

0.1.2

License

MIT

Last publish

Collaborators

  • moqada