pkg.pr.new, also known as "Continuous Releases," is an innovative tool that revolutionizes how developers access and test unreleased package features. At its core, pkg.pr.new automatically generates preview releases for each commit and pull request in your repository without publishing anything to NPM.
The concept is elegantly simple yet powerful: whenever a commit is pushed or a pull request is created, pkg.pr.new creates an instantly usable version of the package that can be installed directly from a unique URL. This allows users and contributors to test new features or bug fixes without waiting for the official release cycle or even having access to NPM publishing rights.
A typical installation command looks like this: