We have published OpenACR to NPM.

URL: https://www.npmjs.com/package/@openacr/openacr

## Organization

The above package is under the organization https://www.npmjs.com/org/openacr.

## Build CLI version manually

1. Run `npm run build` to build latest CLI version.
2. Run `./bin/openacr.js` to test that it works as expected.

## Publish package manually

1. Create a `.npmrc` file with contents `//registry.npmjs.org/:_authToken=${NPM_TOKEN}`.
2. Create a token to publish, copy it, and run the following command `export NPM_TOKEN=<COPIED TOKEN VALUE>`.
3. Run the following command to publish the package `npm publish --access public`.

## Resources

- https://docs.npmjs.com/using-private-packages-in-a-ci-cd-workflow#create-and-check-in-a-project-specific-npmrc-file
- https://docs.npmjs.com/creating-and-publishing-an-organization-scoped-package
- https://www.npmjs.com/package/uswds
