Skip to content
/ extensions-template Public template

Template repository for automatic extensions publishing

License

Notifications You must be signed in to change notification settings

raycast/extensions-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Template repository for automatic extensions publishing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published