We have published OpenACR to NPM.
URL: https://www.npmjs.com/package/@openacr/openacr
The above package is under the organization https://www.npmjs.com/org/openacr.
- Create a
.npmrc
file with contents//registry.npmjs.org/:_authToken=${NPM_TOKEN}
. - Create a token to publish, copy it, and run the following command
export NPM_TOKEN=<COPIED TOKEN VALUE>
. - Run the following command to publish the package
npm publish --access public
.