@rocketseat/omni-cli
v0.0.3
Published
Omni provides a CLI to scaffold OmniStack projects
Downloads
3
Readme
Omni CLI
Create your OmniStack project
Current usage
- Creates a
omnistack
directory and installs server, web and mobile:
omni init omnistack
- Creates a
omnistack
directory but only installs server and mobile:
omni init omnistack --only=server,mobile
- Install only web on current directory:
omni init . --only=web