mapbox / npm-internal

helps you package internal npm modules and upload them to your own s3 bucket.
MIT License
11 stars 3 forks source link

Browsing and installing packages? #10

Closed samanpwbb closed 8 years ago

samanpwbb commented 9 years ago

Hey @mick - two questions:

  1. What's the best way to check what packages are available?
  2. What's the best way to install packages? Is the only way to do this to save the URL npm-internal gives me and use that as the source?
mick commented 8 years ago

Hey @samanpwbb sorry I missed this... if it is at all still relevant:

What's the best way to check what packages are available?

I just added a command for this: npm-internal show <package name>

What's the best way to install packages? Is the only way to do this to save the URL npm-internal gives me and use that as the source?

Yeah that is currently the best way. Generally just throw that in your package json, and npm i