npm-cache-proxy

Docker Cloud Build Status

Download

...

Usage

ncp

Start proxy server.

Options Env Default Description
-p, --port <port> HTTP_PORT 8080 Port to listen to
-l, --limit <count> CACHE_LIMIT - Cached packages count limit
-t, --ttl <timeout> CACHE_TTL 3600 Cache expiration timeout
-h, --host <address> REDIS_HOST http://localhost:6379 Redis address
-d, --db <database> REDIS_DB 0 Redis database
-a, --access <password> REDIS_PASS - Redis password

ncp list

List cached packages.

ncp purge

Purge cached pacakges.

Programmatic usage

...

License

MIT

Description
A awesome npm cache/proxy server build in go
Readme 254 KiB
Languages
Go 93.6%
Dockerfile 5.3%
Makefile 1.1%