1.0.1 • Published 1 year ago

clevernow v1.0.1

Weekly downloads
-
License
Private
Repository
-
Last release
1 year ago

Tutorial on how to publish NPM private with gibhub private packages

https://andreybleme.com/2020-05-31/hosting-private-npm-packages-for-free/

.npmrc file format which is used to install the package

registry=https://registry.npmjs.org/ @clevernow:registry=https://npm.pkg.github.com/ //npm.pkg.github.com/:_authToken=PERSONAL_GITHUB_TOKEN_IS_HERE

How to initialize package.json for dist folder before publishing

1) Go to the dist folder 2) Run command: npm init 3) Package name should be "@clevernow/clevernow.xr" 4) Email: info@titanshark.com

How to publish clevernow.xr as npm private package.

1) Go to the dist folder 2) Run command: npm publish 3) Enter your github name and PERSONAL_GITHUB_TOKEN