CLI tool for AB Tasty Widgets.
AB Tasty Widgets are NPM packages that can be embedded on any website, through AB Tasty. You can find more infomation and documentation about widgets at https://abtasty.gitbooks.io/widget/.
Both the CLI and generated project have dependencies that require Node 7 or higher, together with NPM 4 or higher.
npm install -g @abtasty/widget-cli
widget --help
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!
widget new
Easily preview and test your widget locally while developing.
cd my-widget
widget serve
To upgrade AB Tasty Widget CLI:
npm install -g @abtasty/widget-cli@latest