Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raycast/snippet-explorer
A tool to easily browse and import Snippets directly to Raycast.
https://github.com/raycast/snippet-explorer
Last synced: 2 months ago
JSON representation
A tool to easily browse and import Snippets directly to Raycast.
- Host: GitHub
- URL: https://github.com/raycast/snippet-explorer
- Owner: raycast
- License: mit
- Created: 2022-11-18T10:39:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T18:19:57.000Z (9 months ago)
- Last Synced: 2024-05-07T19:59:15.953Z (9 months ago)
- Language: TypeScript
- Homepage: https://snippets.ray.so
- Size: 1.45 MB
- Stars: 148
- Watchers: 5
- Forks: 31
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!NOTE]
> Moved to https://github.com/raycast/ray-so
Snippet Explorer
snippets.ray.so
A tool to easily browse and import Snippets directly to Raycast.---
## Contributing
This is a [Next.js](https://nextjs.org/) project. If you're unfamiliar with it, check out the [Next.js Documentation](https://nextjs.org/docs).
To get started, download the repo and run the development server:
```bash
npm run dev
```### Snippets
We welcome contribution to the snippets data. Here's how you can contribute:
- Open `./data/snippets.ts`
- Add your snippet to relevant category
- Ensure it includes all fields, and that they're unique within its category
- Create a pull request 🚀