1
0
Fork 0
config/nodejs
Alan Faubert 61cf52f8e9 nodejs: hack eslint-plugin-svelte3 to use Svelte 4 2023-06-29 08:08:32 -04:00
..
config nodejs: hack eslint-plugin-svelte3 to use Svelte 4 2023-06-29 08:08:32 -04:00
scripts nodejs: quote aliases created in npma.sh 2023-03-25 11:07:57 -04: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

README.md

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