@ovnigames/cli
v0.0.11
Published
Cli tool for @ovnigames framework
Downloads
16
Readme
ovni-cli
CLI tool for @ovnigames framework.
Get an app with login, register, OAuth, instant multi-users communication ready in seconds.
First install the @ovnigames CLI:
npm install --global @ovnigames/cli
Then create a new project:
ovni new MyApp
cd MyApp
npm run start
You app is up and running locally.