npm-cache-proxy
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
Description
Languages
Go
93.6%
Dockerfile
5.3%
Makefile
1.1%