tree: 442dd710621549886f04664529f8019c7a3abdf3 [path history] [tgz]
  1. README.md
  2. consts.mk
  3. help.mk
  4. include.mk
  5. node.mk
  6. npm.mk
  7. nvm.mk
makefiles/npm/README.md

NVM / Node Package Manager

Makefiles beneath node-js/ maintain nvm and node package installs.

Directories:

  • $(sandbox)/.tmp
    • $(sandbox)/.tmp/.nvm
    • $(sandbox)/.tmp/node_modules
CommandDescription
make npm-groovy-lintInstall the groovy linting tool
make sterileRemove .tmp/{.nvm, node_modules}

nvm/install.sh

Install script is downloaded from an external source so makefile targets at present are only intended for interactive use. Install script could be checked in and trusted packages proxied but a review of copyrights, etc need to happen first.

Node Packages in use:

  • npm-groovy-lint