1.0.17 • Published 3 years ago

@nautilusdigital/zendesk v1.0.17

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

How to publish your npm package into github

1. Declare .npmrc file in root directory (~/.npmrc)

In the .npmrc file, the first line should be //npm.pkg.github.com/:_authToken={token from github with read/write authority}

2. Also, declare .npmrc file locally

In the local .npmrc file, you should include @nautilusdigital:registry=https://npm.pkg.github.com to notify that the location of npm package should be at github

3. Modify package.json

{ "name": "@nautilusdigital/convergence-zendesk-api", "{organization_name}/{repo_name}" . . . "repository": { "url": "git://github.com/nautilusdigital/convergence-zendesk-api.git" }, "dependencies": { ... } }

4. npm publish to deploy your package to github

npm publish

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.13

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago