mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
docs(purescript): add install docs
This commit is contained in:
@ -26,12 +26,20 @@ This module adds [[https://www.purescript.org/][Purescript]] support to Doom Ema
|
|||||||
# This section will be machine generated. Don't edit it by hand.
|
# This section will be machine generated. Don't edit it by hand.
|
||||||
/This module does not have a changelog yet./
|
/This module does not have a changelog yet./
|
||||||
|
|
||||||
* TODO Installation
|
* Installation
|
||||||
[[id:01cffea4-3329-45e2-a892-95a384ab2338][Enable this module in your ~doom!~ block.]]
|
[[id:01cffea4-3329-45e2-a892-95a384ab2338][Enable this module in your ~doom!~ block.]]
|
||||||
|
|
||||||
#+begin_quote
|
The main tools for PureScript are installed via npm.
|
||||||
🔨 /This module's prerequisites are not documented./ [[doom-contrib-module:][Document them?]]
|
|
||||||
#+end_quote
|
** Compiler
|
||||||
|
#+begin_src shell
|
||||||
|
npm install -g purescript spago
|
||||||
|
#+end_src
|
||||||
|
|
||||||
|
** Formatter
|
||||||
|
#+begin_src sh
|
||||||
|
npm install -g purs-tidy
|
||||||
|
#+end_src
|
||||||
|
|
||||||
* TODO Usage
|
* TODO Usage
|
||||||
#+begin_quote
|
#+begin_quote
|
||||||
|
Reference in New Issue
Block a user