@valerypopoff/rivet2-cli
v2.0.5
Published
Command-line tools for running and serving Rivet 2 projects through the Node runtime.
Downloads
727
Readme
@valerypopoff/rivet2-cli
Command-line tools for running and serving Rivet 2 projects through the Node runtime.
Usage
npx @valerypopoff/rivet2-cli --help
npx @valerypopoff/rivet2-cli run my-project.rivet-project
npx @valerypopoff/rivet2-cli serve my-project.rivet-project --port 8080The CLI package exposes the rivet binary when installed globally:
npm install -g @valerypopoff/rivet2-cli
rivet --helpDevelopment
yarn workspace @valerypopoff/rivet2-cli run build
yarn workspace @valerypopoff/rivet2-cli run test
yarn workspace @valerypopoff/rivet2-cli run lintSee the root README, package docs, and public CLI docs under packages/docs/docs/cli.md.
