walkeros
v2.0.0
Published
walkerOS CLI - Bundle and deploy walkerOS components
Maintainers
Readme
runneros
Shorthand command for walkerOS CLI.
Usage
Instead of typing:
npx @walkeros/cli bundleYou can now use:
npx runneros bundleCommands
All commands from @walkeros/cli are available:
# Bundle walkerOS components
npx runneros bundle
# Simulate event processing
npx runneros simulate
# Run collector/server
npx runneros run collect <file>
npx runneros run serve <file>Installation
npm install -g runnerosOr use directly with npx:
npx runneros --helpDocumentation
For full documentation, see the walkerOS CLI documentation.
