Skip to content

An ephemeral npm registry for pre-publish testing

License

Notifications You must be signed in to change notification settings

rmg/npm-but-with

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm-but-with

Give me an npm registry, but with my-package-1.2.3.tgz published to it:

$ npm i -g npm-but-with
$ npm-but-with my-package-1.2.3.tgz
Proxying to https://registry.npmjs.org with local overlays:
 + my-package@1.2.3 (local, 5cad5b9850431ba05a0ba207f9553d1fd99d6056)
Listening on http://0.0.0.0:4873
To use this registry:
 - run `npm config set registry http://127.0.0.1:4873`
 - or add `--registry=http://127.0.0.1:4873` to npm commands

This is essentially a standalone re-implementation of one of the use-cases of strongloop/ephemeral-npm:nginx.

About

An ephemeral npm registry for pre-publish testing

Resources

License

Stars

Watchers

Forks

Packages

No packages published