README
Omni CLI
Create your OmniStack project
Current usage
- Creates a
omnistackdirectory and installs server, web and mobile:
omni init omnistack
- Creates a
omnistackdirectory but only installs server and mobile:
omni init omnistack --only=server,mobile
- Install only web on current directory:
omni init . --only=web