This is the Unofficial Marketplace for Arc Boosts.
Just press on a card and it will be automatically downloaded. Unzip the file and add it to your path /Users/*/Library/Application Support/Arc/boosts
, and you're done ✨
If you have any issues, make sure the extension is enabled through the Manage extensions
page.
To extend this marketplace, all contributions are welcome.
Fork this repository and create a new branch.
Grab your boost (extension) from Arc. There are two main ways to do that:
- From the Boost editor
Click on the title or settings icon on the top left, and then click
Open in Finder
in the modal
- From the extensions tab
Menu Bar -> Extensions -> Manage Extensions -> Click on your extensions' details -> Source
Afterward, ZIP the folder (Right Click -> Compress).
Now switch to your branch and add the whole zip file you just got into the public/extensions
folder.
Create a manifest.json
file for your extension. This will be used for preview purposes on the main website.
Get the template from here, then fill in the properties.
For the image, either paste it into the PR or somewhere else into GitHub, but ensure that the image link is https://user-images.githubusercontent.com/...
. (i.e hosted on GitHub)
Now change the name of this file to the name of your boost. This will be used on the website. (i.e retro-github -> Retro Github)
Submit the PR
git clone git@github.com:cristicretu/arcboost-marketplace.git
cd arcboost-marketplace && yarn # or npm -i
npm run dev
# or
yarn dev
# or
pnpm dev