mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/{go,javascript}: add READMEs
This commit is contained in:
16
modules/lang/javascript/README.md
Normal file
16
modules/lang/javascript/README.md
Normal file
@ -0,0 +1,16 @@
|
||||
# javascript
|
||||
|
||||
Javascript support, including auto-completion (tern), REPL support
|
||||
(nodejs-repl), refactoring commands (js2-refactor), and syntax checking
|
||||
(flycheck).
|
||||
|
||||
Includes coffescript and jsx support, as well as project minor modes for nodejs
|
||||
projects (with a package.json) or launchbar 6 actions.
|
||||
|
||||
## External Dependencies
|
||||
|
||||
Run `make bootstrap js` to install these.
|
||||
|
||||
+ NodeJS & NPM (`brew install node`, `pacman -S nodejs npm`)
|
||||
+ tern: `npm -g install tern` (for completion)
|
||||
|
Reference in New Issue
Block a user