Simple NPM client for installing node_modules.
- Makes direct HTTPS calls to the NPM registry
- You don't need NPM installed
- Less logging
go get github.com/livebud/npm
npm.Install(ctx, dir, "[email protected]", "[email protected]")
- Matt Mueller (@mattmueller)
MIT