katsuhisa91 / ext-multilinks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template to store extensions for your private Store in Raycast

Automatically build & publish extensions to your private store in Raycast

🛠️ Features

  • Easily build & publish your extensions to private store
  • Collaborate on extensions through Pull Requests with automatic validation

🤖 How to use ?

  1. Click the Use this template button and generate a repository from this template.

  2. Add a secret to generated repository named RAYCAST_ORGANIZATION_TOKEN with value being your personal token. You can read the RAYCAST_ORGANIZATION_TOKEN by running ray token on your local machine (or use the -C option to copy it to the clipboard automatically).

  3. Checkout new repository and create your extension in extensions subfolder (example: extensions/hello-world/package.json).

  4. Push your extension to the main branch and watch as the GitHub actions pick it up and publish it to your private store.

    Alternatively, push your extension to a different branch and create a Pull Requests for it that will validate it through automatic status checks. To publish it simply merge a Pull Request to the main branch.

📃 Documentation & Resources

About

License:MIT License