New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@augerm/otto

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@augerm/otto

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

latest
npmnpm
Version
1.0.19
Version published
Maintainers
1
Created
Source

Instructions

Setup

  • From this directory (./cli) run yarn link
  • yarn
  • 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

FAQs

Package last updated on 13 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts