Skip to content

A simple http server that proxies connections to the npm registry (registry.npmjs.org). Written in coffee-script.

Notifications You must be signed in to change notification settings

kgreunke/npm-registry-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple http server that proxies connections to the npm registry. Written in coffee-script.

Install

npm install -g npm-registry-proxy

Usage

Using defaults (server listens on localhost:3000):

npm-registry-proxy

Or you can optionally specify a host name and port for the listening server

npm-registry-proxy -h example.com -p 80

Development

Run server

You can run the server with the npm start command:

npm start

which is essentially the same thing as running npm-registry-proxy with no arguments

Tests

You can run the test suite with:

npm test

About

A simple http server that proxies connections to the npm registry (registry.npmjs.org). Written in coffee-script.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 93.7%
  • Ruby 6.3%