1
Fork 0
config/nodejs
2024-09-14 07:58:21 -04:00
..
config nodejs: upgrade to Prettier 3 2024-09-14 07:58:21 -04:00
scripts nodejs: handle partial downloads in getnodejs.sh 2024-02-17 07:42:07 -05:00
.gitignore reorganize 2021-01-15 10:31:42 -05:00
README.md nodejs: make calling getnodejs.sh without args install latest version 2022-03-20 22:16:30 -04:00

Node.js

.gitignore'd

  • .npmrc - npm credentials, config, etc.

Scripts

  • getnodejs.sh - download, extract, and link a specific version of linux-x64 Node.js
    • Arguments: [<major>[.<minor>[.<patch>]]]
  • npma.sh - find the given binaries searching upwards through node_modules and output aliases for them, suitable for >> ~/.bash_aliases
  • npmg.sh - create a commit for a new version (if there are staged changed), and create and tag an otherwise dangling commit from HEAD that contains all of the files npm publish would
  • npml.sh - find the node_modules where the given dependencies are used, search up further for directories defining them, and create symlinks