@rocketseat/omni
v0.0.7
Published
Omni provides a CLI to scaffold OmniStack projects
Downloads
7
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