1.0.19 • Published 2 years ago

@augerm/otto v1.0.19

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago