Skip to content

hojas/private-npm-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

private-npm-registry

Private NPM registry created with Verdaccio.

Run

$ docker compose up

Home page

http://localhost:4873/

Default user

username: publisher

password: publisher

Use

Define in your .npmrc a registry field.

.npmrc file:

registry=http://localhost:4873

Publish a package

$ npm login --registry=http://localhost:4873
$ npm publish --registry=http://localhost:4873

参考

Docker 搭建 Verdaccio

About

Private npm registry in docker.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published