UNPKG

rojo

Version:
44 lines (29 loc) 525 B
# rojo-npm A Node.js wrapper for Rojo that allows you to install and use Rojo through NPM. ## Installation ```bash npm install -g rojo ``` Or install locally in your project: ```bash npm install rojo ``` ## Usage If installed globally, you can use Rojo commands directly: ```bash rojo init rojo serve rojo build ``` If installed locally, you can use it through npx: ```bash npx rojo init npx rojo serve npx rojo build ``` ## Supported Platforms - Windows (x64) - macOS (x64, ARM64) - Linux (x64) ## License MIT