@augerm/otto

1.0.19 • Public • Published

Instructions

Setup

  1. From this directory (./cli) run yarn link
  2. yarn
  3. yarn build

You're done! 🎉

Common Commands

These commands should all be run from the root project directory (the one with the .otto.json file).

otto install

Installs all package.json dependencies in all applications and copies node_modules folder from symlinked shared directories into their parent applications.

otto watch

Runs the project with edit/refresh.

otto generate message <MessageName>

Generates a message to be shared across clients & various backends. This is often used for WebSocket or HTTP communication.

Example: otto generate message StartGame

otto generate data <DataName>

Generates new Data. This is for objects that will be stored in the Database.

Example: otto generate data User

Troubleshooting

TODO

Readme

Keywords

none

Package Sidebar

Install

npm i @augerm/otto

Weekly Downloads

12

Version

1.0.19

License

MIT

Unpacked Size

245 kB

Total Files

116

Last publish

Collaborators

  • augerm