0.0.1 • Published 5 years ago
orderhub-state-library v0.0.1
Order Hub
How to create npm packages
If you don’t have yet the environment variable NPM_TOKEN, then you need to add it to your profile. The token should be provided by ????
- create a .profile file, C:\Users{user}/.profile
- export NPM_TOKEN="${NPM_TOKEN}"
In the root of your project file, create .npmrc with the following content: //registry.npmjs.org/:_authToken=${NPM_TOKEN}
Run
- npm init --scope=@telus
- npm publish
0.0.1
5 years ago