0.2.1 • Published 7 years ago

dpt-scaffold v0.2.1

Weekly downloads
2
License
MPL-2.0
Repository
github
Last release
7 years ago

Dpt-scaffold

Scaffolding tool for dpt framework. Dpt-scaffold copies files from a template directory and replaces all variables with user input.

Creating templates

A template is a directory that has a valid .scaffold.json file in it.

Usage

Dpt-scaffold can be used as a CLI tool or in a Node application.

As a CLI tool

Install Dpt-scaffold globally:

npm install -g dpt-scaffold

Call it:

dpt-scaffold <template> [destination]

If the path to the template is relative, the program will look for the template in the current working path as well as in ~/.templates/ directory.

0.2.1

7 years ago

0.2.0

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago