@raycast/api 0.65.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +25 -0
- package/bin/run.cmd +3 -0
- package/bin/run.js +4 -0
- package/hash +1 -0
- package/oclif.manifest.json +1148 -0
- package/package.json +54 -0
- package/types/index.d.ts +9121 -0
package/README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="https://raw.githubusercontent.com/raycast/extensions/main/images/store-logo.png" height="128">
|
|
3
|
+
<h1 align="center">Raycast Extensions</h1>
|
|
4
|
+
</p>
|
|
5
|
+
|
|
6
|
+
<p align="center">
|
|
7
|
+
<a aria-label="Follow Raycast on Twitter" href="https://twitter.com/raycastapp">
|
|
8
|
+
<img alt="" src="https://img.shields.io/badge/Follow%20@raycastapp-black.svg?style=for-the-badge&logo=Twitter">
|
|
9
|
+
</a>
|
|
10
|
+
<a aria-label="Join the community on Slack" href="https://raycast.com/slack">
|
|
11
|
+
<img alt="" src="https://img.shields.io/badge/Join%20the%20community-black.svg?style=for-the-badge&logo=Slack">
|
|
12
|
+
</a>
|
|
13
|
+
</p>
|
|
14
|
+
|
|
15
|
+
Raycast lets you control your tools with a few keystrokes. The Extensions API allows tailoring Raycast to your needs. List your open pull requests, control your light bulbs at home, or speed up any other everyday task.
|
|
16
|
+
|
|
17
|
+

|
|
18
|
+
|
|
19
|
+
## Getting Started
|
|
20
|
+
|
|
21
|
+
Visit [https://developers.raycast.com](https://developers.raycast.com) to get started with our API. And if you want to discover what others have built, check out [our Store](https://raycast.com/store).
|
|
22
|
+
|
|
23
|
+
## Community
|
|
24
|
+
|
|
25
|
+
Join our [Slack community](https://raycast.com/community) to share your extension, debug nasty bugs or simply get to know like-minded folks.
|
package/bin/run.cmd
ADDED
package/bin/run.js
ADDED
package/hash
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
e5315276e55e4d2e889f0326ba48a66174a1343f1131fc3e433808bc2faa1186
|