2.0.0 • Published 7 years ago
gl-piotr-task-3 v2.0.0
task-3
NodeJS, npm, etc.
- NPM registry - https://docs.npmjs.com/misc/registry
- NodeJS package name, version and how it matters.
- Non-scoped and Scoped approach
package.jsonvs.package-lock.jsonvs.npm ci- Create account on https://www.npmjs.com/
npm login,npm whoami.- Create your own package and publish to npm.
- A few words about custom NPM registry,
.npmrc, and reason of usage.