4.0.7 • Published 4 years ago
mmdzov-cli v4.0.7
mmdzov-cli
A powerful cli for comfortable development. It is constantly being updated!
FIRST STEP
npm i -g mmdzov-cliAbout CLI
mmdzovHelp
mmdzov hTEN-Stack-Starter
| description | command |
|---|---|
| install ten | mmdzov i ten |
| update ten | mmdzov u ten |
| initial ten project | mmdzov use ten project-name |
| resource ten | mmdzov ten res resource-name |
Description of the above commands
1. Install TEN-Stack-Starter
You can install the latest version of ten-stack-starter globally on your system
mmdzov i ten2. Global Update
You can update your ten-stack-starter version that you installed globally
mmdzov u ten3. Initialize New Project
Starts a new project under TEN-Stack Starter automatically.
mmdzov use ten <project-name>Like : mmdzov use ten shop
4. Resource Generation
Like nest.js generates a new resource that contains a series of files. Files are stored in the folder in src/components, such as src/components/home
Note : when using this command, make sure you are in the main project path, ie project-name/
mmdzov ten res <resource-name>Like : mmdzov use ten transaction