Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 512 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 512 Bytes

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

Author

Valentine Oragbakosi