npm
↔ Package Manager CLI Dev tool to access/manage Module from npmjs
Source: npm
aka npm, Node-Package-Manager
included with Node.js
Package Manager
Dev tool to auto install/update/remove Package & Deps
package.json
Manifest to def project Metadata, Deps & scripts
Source: nodejs.dev/learn/the
npx
npm
Package Runner sub-tool to execute Package w/o global install
Source: medium.com/@maybekatz/introducing
nvm
Dev tool to run multiple versions of Node.js on same OS
!shit !fails at resolving deps for older packages
!flow publish pkg to npmjs registry
References
yarn
↔ Package Manager, faster thannpm
, more reliable for old projects, prettier CLI ASCII art UI, by FB. Update: it's better than npm for sure!npx
↔npm
Package Runner sub-tool to execute Package w/o global installFirebase CLI
↔firebase-tools
CLI Dev tool to manage Firebase from Terminal - run as.exe
ornpm
-g Machine Codetailwindcss-cli
↔npm
CLI Dev tool to runPostCSS
to Preprocess/Tree-Shake CSSautoprefixer
↔npm
PostCSS Plugin to parse CSS & handle Vendor Prefixnpm config list
↔ to print list of Node/npm dir & ver