argogogo
v0.4.2
Published
This project generates and runs an extension using [Argo for Checkout](https://github.com/Shopify/argo-checkout). The easiest way to run this command is with `npx`:
Downloads
45
Readme
argogogo
This project generates and runs an extension using Argo for Checkout. The easiest way to run this command is with npx
:
$ npx argogogo my-extension
This will create a new my-extension
directory with a new extension project in your current directory. It will also automatically run yarn start
in that directory, which will launch an asset development server, and navigate your default browser to a production-like playground environment. There, you can make changes to your extension, and see them as they would appear in checkout.
Publishing a new version
On main
, run yarn version
and select a new version. Push the resulting commit to origin
, making sure to push tags using the --follow-tags
flag. Finally, deploy the commit through Shipit.