0.1.0 • Published 3 years ago

fast-templater-cli v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

This application is designed to speed up development by quickly generating template code.

First you need to install the application: npm i -g fast-templater-cli

The application can work with two types of templates – a json file or a hierarchy of folders and files

Two files are required for the utility to work: template.json and schema (they are created when running the command tg init [templateName], where templateName is an optional parameter)

Using the command: tg g <template Name> <ENTEREDNAME> [path] a template is generated using the default path or specified by the path parameter

To find out all the features of the app, write: tg help