@metrobuzz/cli
v0.0.3
Published
CLI tool for creating node projects quicker
Downloads
3
Readme
Metronode Command Line Utility
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.
Usage
metronode new <<projectname>> --destination <<destination>>
projectname
refers to a unique string to use to name the project you want to create
Validation
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)
Sample Project Names
test_project;
projectToday;
project;