@ramkees/nodepublish

1.0.0 • Public • Published

nodepublish

test npm publishing

  1. Login to npmjs.com | register: https://www.npmjs.com/signup

  2. Long to npm account through command line.

$ npm login

Username: USERNAME Password: TOKEN Email: ramakrishnankv@yahoo.com

User

Authenticate by logging

$ npm login --registry=https://npm.pkg.github.com

Username: USERNAME Password: TOKEN Email: ramakrishnankv@yahoo.com

registry=https://npm.pkg.github.com/ramakrishnankv to me added in .npmrc file with the project scope which means the .npmrc file should be sibling of package.json or .gitignore, etc.

Create git repository and use git to clone the repo. For eg: git@github.com:ramakrishnankv/nodepublish.git command line: git remote add git@github.com:ramakrishnankv/nodepublish.git test: git remote -v

Generate secret key to use git url TODO

Dependents (0)

Package Sidebar

Install

npm i @ramkees/nodepublish

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

1.27 kB

Total Files

2

Last publish

Collaborators

  • ramakrishnankv