tgc-cli
v1.2.7
Published
> FeS111 template CLI for creating projects from templates and for generating code templates like express router or singelton services.
Downloads
4
Readme
Template-cli
FeS111 template CLI for creating projects from templates and for generating code templates like express router or singelton services.
Installation
This is a Node.js module available through the npm registry.
Before installing, download and install Node.js. Node.js 0.10 or higher is required.
Installation is done using the
npm install
command:
$ npm install -g tgc-cli
Usage
For generating a new project from a template.
tgc new ts typescript-test
tgc new express express-test
For generating a code template like a singelton service or a express router class.
tgc g s ./services/TestService
tgc g r ./routes/TestRoute
Licence
Licensed under the MIT License © FeS111 2021 - present.