Skip to content

TheHogginator/raycast-extensions-monorepo-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raycast Extensions Monorepo

Raycast extensions managed with pnpm workspaces.

Getting started

pnpm install
pnpm dev          # runs new-instance in develop mode

Adding another extension

pnpm generate extension my-new-extension
pnpm --filter my-new-extension dev

This scaffolds extensions/<name>/ with shared tsconfig, ESLint, and Prettier configs, a placeholder icon, and a starter src/index.tsx.

You should create a custom icon to replace the default for the extension

Installing an extension

In raycast run Import Extension and point it at the extension folder

Requirements

  • macOS (for app-related extensions)
  • Raycast
  • Node.js 22+
  • pnpm 10+

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors