@archetype-org/create-bos-app
v0.1.6
Published
Get started with a BOS application.
Downloads
4
Readme
Install
pnpm add -g @archetype-org/create-bos-app
Usage
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/
.
Deploy
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.
Contributing
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.
License
MIT