ts-generate-cli
v1.1.3
Published
a simple cli tool to help you generate typescript setup
Downloads
2
Readme
Ts-generate-cli
Cli tool that helps you generate typrscript for you server side development plus all the configurations
Install the package globally with the command
npm i ts-generate-cli -g
Usage
- To view version, run the command
tssg -v
- To create app, run the command
tssg -c <dir name>
or
tssg --create <dir name>
If you fail to supply a dir name, it uses the app as the default name