We built this cli to help generate node apps using the app standard we find to greatly improve our productivity. The project is based on typescript and nodejs environments.
metronode new <<projectname>> --destination <<destination>>
projectname
refers to a unique string to use to name the project you want to create
Your project name must meet the following naming standard
- Use letters
- Not contain random symbols (but it can include an underscore)
- Not start with a number (but it can include numbers)
test_project;
projectToday;
project;