gl-jarek-task-3
v1.0.2
Published
## NodeJS, npm, etc.
Readme
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.
Resources
- https://www.slideshare.net/landike/node-js-packages-howto-with-npm
