npm-cache-proxy/main.go

10 lines
94 B
Go

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