This is a bun.sh client for emacs.
This package makes use of transient.el to offer an interactive experience with bun that I find to be advantageous for exploration and in general when you aren't totally familiar with bun or your current javascript/typescript project.
This package is not yet available on MELPA
git clone [email protected]:shaneikennedy/bun.el.git /path/to/bun.el
(use-package bun
:ensure t
:load-path "/path/to/bun.el")
M-x bun
As of right now this package only supports the bun run, test, install, and update
commands but I hope to add more functionality soon. If you have a command you would really like to see added here please open an issue!