pnpm add -g @archetype-org/create-bos-app
After installing globally, simply run the CLI to kickstart your new BOS app or widget:
create-bos-app
To run locally, make sure you have bos-workspace installed.
Then, run the command:
bw dev
This will serve the widgets from http://127.0.0.1:4040/
.
To deploy & manage your components, you can use bos-cli, or near-cli. Future versions of this tool will include similar command, so you can scaffold and deploy from one place.
This is currently just a lightweight tool focussed on quickly scaffolding BOS apps. Contributions are extremely welcome, so if you have any ideas or suggestions, please feel free to open an issue or pull request.
MIT