npm - mmedrano9438/peripheral-brain GitHub Wiki
- software package manager and installer
- includes a CLI (Command Line Client) that can be used to download and install software like so,
>npm install <package>
- npm packages are defined in files called package.json
- can manage dependencies
- can publish any directory from your computer as long as the directory has a package.json file.