···11-> This README is for Favioli 2.00, which is not currently released.
22-> Use [`main`](https://github.com/ivebencrazy/favioli) to see the code of the currently deployed Favioli.
33-41# Favioli 🤯
5263<p>
···2421deno install --name=bext --allow-read --allow-write --allow-run --allow-env -f https://deno.land/x/bext/main.ts
2522```
26232727-| Commands | What they Do |
2828-| ---------------- | ----------------------------------- |
2929-| `bext` | bundles extension and watch code |
3030-| `bext chrome` | bundles extension only for chrome |
3131-| `bext firefox` | bundles extension only for firefox |
3232-| `deno task test` | run code formatter, then unit tests |
2424+| Commands | What they Do |
2525+| ----------------------- | ----------------------------------- |
2626+| `bext` | bundles extension and watch code |
2727+| `bext chrome` | bundles extension only for chrome |
2828+| `bext firefox` | bundles extension only for firefox |
2929+| `deno task test:all` | run code formatter, then unit tests |
3030+| `deno task test:update` | run code formatter, then unit tests |
33313432If you have bundled using make commands, you should be able to load your
3533unpacked extension using a browser.