npm
Quick Tips - npm dist tags
Quick Tips - npm dist tags
· ☕ 2 min read
Tags can be used to provide an alias instead of version numbers. For example, a project might choose to have multiple streams of development and use a different tag for each stream, e.

Quick Tips - npm semver tokens
Quick Tips - npm semver tokens
· ☕ 1 min read
You may have noticed before, in package.json files, the dependency versions include a prefix that tell npm how to look for updates.

Quick Tips - npm lifecycle scripts
Quick Tips - npm lifecycle scripts
· ☕ 3 min read
NPM Lifecycle scripts The “scripts” property of your package.json file supports a number of built-in scripts and their preset life cycle events as well as arbitrary scripts.

Quick Tips - publishing npm packages
Quick Tips - publishing npm packages
· ☕ 4 min read
Publishing an NPM package Things to remember In package.json, make sure you define the following fields before publishing main

Quick Tips - npm workspaces
Quick Tips - npm workspaces
· ☕ 1 min read
Many of you might be in a similar position to where I was, thinking lerna still served some sort of useful purpose in the node ecosystem, but no, it doesnt apparently.