@sebastianwessel/isostate-cli
v0.4.0
Published
Command line tools for validating and compiling Isostate scene DSL files.
Maintainers
Readme
@sebastianwessel/isostate-cli
Command line tools for validating, compiling, inspecting, and bundling
Isostate .isostate.yaml scene files.
Links
- Website: https://sebastianwessel.github.io/isostate
- Repository: https://github.com/sebastianwessel/isostate
- Issues: https://github.com/sebastianwessel/isostate/issues
- Documentation: https://sebastianwessel.github.io/isostate/docs/getting-started.md/
Use With npx
npx --package @sebastianwessel/isostate-cli isostate validate scene.isostate.yaml
npx --package @sebastianwessel/isostate-cli isostate compile scene.isostate.yaml --output scene.isostate.js
npx --package @sebastianwessel/isostate-cli isostate bundle scene.isostate.yaml --out public/isostate/sceneInstall
npm install --save-dev @sebastianwessel/isostate-cliThen run:
isostate validate scene.isostate.yaml
isostate compile scene.isostate.yaml --output scene.isostate.js
isostate bundle scene.isostate.yaml --out public/isostate/sceneThe bundle command writes a browser-ready runtime, compiled scene module, referenced assets, and a manifest for static hosting.
