0.3.2 • Published 6 years ago

directory-template v0.3.2

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

directory-template

Generate directories based on templates.

npm version Dependency Status DevDependency Status License

Getting Started

Installation

$ npm i -g directory-template

Usage

dtgen --template <path to template> --out <path to target>

The template directory is searched for template expressions and prompts the user to provide values.

A template expression looks like this: {{<name>}}

An optional modifier can be included to modify the provoded value: {{<modifier>;<name>}}

  • cp: capitalize
  • lc: lowercase
  • uc: uppercase