natives icon indicating copy to clipboard operation
natives copied to clipboard

proposal: List namespace to support npm

Open skull-squadron opened this issue 11 years ago • 2 comments

Say Ruby + OSX: brew install $(natives list:gem pg) Say NPM + Linux: apt-get install $(natives list:npm postgres)

List would default to gems, so brew install $(natives list pg) would still work.

skull-squadron avatar Feb 14 '14 08:02 skull-squadron

What do you think about the existing supported syntax?

natives list --catalog rubygems sqlite3
natives list --catalog npm sqlite3

teohm avatar Feb 14 '14 10:02 teohm

Long.  --catalog isn't obvious.— Sent from Mailbox for iPhone

On Fri, Feb 14, 2014 at 2:19 AM, Huiming Teo [email protected] wrote:

What do you think about the existing supported syntax?

natives list --catalog rubygems sqlite3
natives list --catalog npm sqlite3

Reply to this email directly or view it on GitHub: https://github.com/teohm/natives/issues/1#issuecomment-35071746

skull-squadron avatar Feb 14 '14 10:02 skull-squadron