List All Commands¶
Cheat Sheet¶
mio new
S.No | Template Name | Command | Description |
---|---|---|---|
1 | api | mio new api [app-name] | Create mission.api |
2 | core | mio new core [app-name] | Create mission.core |
3 | scheduler | mio new scheduler [app-name] | Create mission.scheduler |
4 | mongodb | mio new mongodb [app-name] | Create mission.mongodb |
5 | tsc | mio new tsc [app-name] | Create typescript quick start project |
6 | client | mio new client [app-name] | Create Angular seed project (inprogress) |
mio init
Initialize the mission project. It will generate mission.json
file.
mio add
mio list
mio generage
mio link
This command is depricated. Instead we use local module reference.
mio lint
mio build
mio serve
mio docker
mio version
mio help