Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnlindquist/kit
Script Kit. Automate Anything.
https://github.com/johnlindquist/kit
Last synced: 13 days ago
JSON representation
Script Kit. Automate Anything.
- Host: GitHub
- URL: https://github.com/johnlindquist/kit
- Owner: johnlindquist
- License: mit
- Created: 2020-12-01T19:00:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T19:37:24.000Z (21 days ago)
- Last Synced: 2024-10-22T12:46:05.239Z (20 days ago)
- Language: TypeScript
- Homepage: https://scriptkit.com
- Size: 8.81 MB
- Stars: 3,885
- Watchers: 17
- Forks: 136
- Open Issues: 127
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- my-awesome - johnlindquist/kit - 10 star:3.9k fork:0.1k Script Kit. Automate Anything. (TypeScript)
- jimsghstars - johnlindquist/kit - Script Kit. Automate Anything. (TypeScript)
- awesome-javascript - @johnlindquist/kit
- awesome-javascript - @johnlindquist/kit
README
# Script Kit v3
[https://scriptkit.com/](https://scriptkit.com/)
## Join the Discussion
[https://github.com/johnlindquist/kit/discussions](https://github.com/johnlindquist/kit/discussions)
## Docs
[https://github.com/johnlindquist/kit-docs](https://github.com/johnlindquist/kit-docs)
## ⭐️ Unlock Script Kit Pro by Sponsoring Script Kit ⭐️
❤️ [Sponsor me on GitHub](https://github.com/sponsors/johnlindquist/sponsorships?sponsor=johnlindquist&tier_id=235205) ❤️
### Sponsor Only Features
| Shipped | Planned |
| --- | --- |
| Built-in Debugger | Sync Scripts to GitHub Repo |
| Script Log Window | Run Script Remotely as GitHub Actions |
| Support through Discord | Advanced Widgets |
| | Screenshots |
| | Screen Recording |
| | Desktop Color Picker |
| | Measure Tool |
| | Debug from IDE |## Prerequisites
Install pnpm:
[https://pnpm.io/installation](https://pnpm.io/installation)
### Clone Kit SDK
Clone and install:
```
git clone https://github.com/johnlindquist/kit.git
cd kit
pnpm install
```### Building Kit SDK
`pnpm build`
The build command builds the SDK to ~/.kit
#### pnpm link to app (First run only)
1. cd to ~/.kit
2. pnpm link
3. cd to wherever you cloned kitapp
4. pnpm link @johnlindquist/kit