11cb0ef41Sopenharmony_ciHow to install gyp-mode for emacs:
21cb0ef41Sopenharmony_ci
31cb0ef41Sopenharmony_ciAdd the following to your ~/.emacs (replace ... with the path to your gyp
41cb0ef41Sopenharmony_cicheckout).
51cb0ef41Sopenharmony_ci
61cb0ef41Sopenharmony_ci(setq load-path (cons ".../tools/emacs" load-path))
71cb0ef41Sopenharmony_ci(require 'gyp)
81cb0ef41Sopenharmony_ci
91cb0ef41Sopenharmony_ciRestart emacs (or eval-region the added lines) and you should be all set.
101cb0ef41Sopenharmony_ci
111cb0ef41Sopenharmony_ciPlease note that ert is required for running the tests, which is included in
121cb0ef41Sopenharmony_ciEmacs 24, or available separately from https://github.com/ohler/ert
13