Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 747 Bytes

PUBLISH.md

File metadata and controls

19 lines (12 loc) · 747 Bytes

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.

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