romets
v1.0.0
Published
Simple and fast CLI tool to build a plain typescript application
Downloads
5
Maintainers
Readme
romets
Simple and fast CLI tool to build a plain typescript application
npm i -g romets
romets [-n <PROJECT_NAME> -d <DIRECTORY> -h <HELP>]
<NAME> // project name, default name romets-app
<DIRECTORY> // directory to build the project, default current working directory
<HELP> // show help
example
romets -n cat -d ~/Desktop