Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karimaziev/yarn
Emacs client for Yarn Classic.
https://github.com/karimaziev/yarn
Last synced: 4 days ago
JSON representation
Emacs client for Yarn Classic.
- Host: GitHub
- URL: https://github.com/karimaziev/yarn
- Owner: KarimAziev
- License: gpl-3.0
- Created: 2023-01-27T16:25:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-09T12:14:18.000Z (5 days ago)
- Last Synced: 2024-11-09T13:20:55.483Z (5 days ago)
- Language: Emacs Lisp
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
* yarn
Transient Interface For Yarn Classic.
** Installation
Emacs >= 28.1 is required.
*** Manual
Ensure that you have installed required dependencies:
- ivy (optional)
- counsel (optional)
- vterm (optional)
Download the source code and put it wherever you like, e.g. into =~/.emacs.d/yarn/=#+begin_src shell :eval no
git clone https://github.com/KarimAziev/yarn.git ~/.emacs.d/yarn/
#+end_srcAdd the downloaded directory to the load path:
#+begin_src elisp :eval no
(add-to-list 'load-path "~/.emacs.d/yarn/")
(require 'yarn)
#+end_src#+begin_src elisp :eval no
(use-package yarn
:straight (yarn
:repo "KarimAziev/yarn"
:type git
:host github))#+end_src
** Usage
~M-x yarn-menu~ - menu with available commands.
** Customization
*** ~yarn-use-nvm~
Whether to prepend nvm-use to command if .nvmrc exists.
*** ~yarn-global-config-directory~
The path to the yarn config.