CLI tool for AB Tasty Widget
bash
npm install -g @abtasty/widget-cli
`
Usage
`bash
widget --help
`
$3
The AB Tasty Widget CLI makes it easy to create a widget that already works, right out of the box. It already follows our best practices!
`bash
widget new
`
$3
Easily preview and test your widget locally while developing.
`bash
cd my-widget
widget serve
`
Updating
To upgrade AB Tasty Widget CLI:
`bash
npm install -g @abtasty/widget-cli@latest
``