@johnlindquist/kit
v4.9.0
Published
The Script Kit sdk
Readme
Script Kit v3
Join the Discussion
https://github.com/johnlindquist/kit/discussions
Docs
https://github.com/johnlindquist/kit-docs
⭐️ Unlock Script Kit Pro by Sponsoring Script Kit ⭐️
❤️ Sponsor me on GitHub ❤️
Sponsor Only Features
| Shipped | Planned | | --- | --- | | Unlimited Active Prompts | Sync Scripts to GitHub Repo | | Built-in Debugger | Run Script Remotely as GitHub Actions | | Script Log Window | Advanced Screenshots | | Vite Widgets | Screen Recording | | Webcam Capture | Measure Tool | | Desktop Color Picker | Debug from IDE | | Basic Screenshots |
Development
Install pnpm:
Clone Kit SDK
Clone and install:
git clone https://github.com/johnlindquist/kit.git
cd kit
pnpm installBuilding Kit SDK
pnpm build
The build command builds the SDK to ~/.kit
Linking kit to app for local development
Option 1: Workspace approach (Recommended)
- cd to wherever you cloned kitapp
- Create a
pnpm-workspace.yamlfile with:packages: - '~/.kit' - '.' - Run
pnpm install- this will automatically link your local kit build - The workspace file is gitignored, so it won't affect CI builds
Option 2: Manual linking (Alternative)
- cd to ~/.kit
- pnpm link
- cd to wherever you cloned kitapp
- pnpm link @johnlindquist/kit
Note: The workspace approach is preferred as it automatically links your local kit development build and doesn't require manual link/unlink commands.
