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
- 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