directory-template
v0.3.2
Published
Generate directories based on templates.
Downloads
3
Maintainers
Readme
directory-template
Generate directories based on templates.
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