package main import ( "github.com/pkgems/npm-cache-proxy/cli" ) func main() { cli.Run() }