Complete NPM course - with node and TypeScript
Course repos:
https://github.com/alexhddev/npm-prac...
https://github.com/alexhddev/concise-...
Outline:
0:00 intro
0:26 npm installation
2:40 First npm project
6:23 Npm scripts
11:29 Using dependencies
18:02 Development dependencies
24:37 Building for the browser
32:12 Global dependencies
39:31 Semantic versioning
47:26 NPX and NPM exec
51:22 Peer dependencies
55:13 Shipping for production
1:00:17 Npm update
1:03:21 Workspaces
1:16:06 Base class for npm package
1:19:56 Using local packages
1:25:26 Npm registries
1:34:30 TypeScript migration
1:44:10 Generating types
1:47:04 NPM ignore
1:52:04 NPM audit
1:56:16 NPM post install
2:00:43 Other security concerns
2:04:53 How to use libraries
2:12:25 C++ and NodeJS
2:26:20 Multiple node installations
2:29:44 NPM and GIT
2:32:48 NPM alternatives
2:42:42 npKill