raycast-mode

Homepage: https://github.com/nhojb/raycast-mode

Author: John Buckley

Updated:

Summary

Develop Raycast Extensions

Commentary

A minor mode for developers building Raycast extensions.

Features:

Develop, lint, build and publish your Raycast extensions from Emacs.

For more information visit: https://developers.raycast.com

Installation:

In your `init.el`

(require 'raycast-mode)

or with `use-package`:

(use-package raycast-mode)

Dependencies