We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Say Ruby + OSX: brew install $(natives list:gem pg) Say NPM + Linux: apt-get install $(natives list:npm postgres)
brew install $(natives list:gem pg)
apt-get install $(natives list:npm postgres)
List would default to gems, so brew install $(natives list pg) would still work.
brew install $(natives list pg)
The text was updated successfully, but these errors were encountered:
What do you think about the existing supported syntax?
natives list --catalog rubygems sqlite3 natives list --catalog npm sqlite3
Sorry, something went wrong.
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: #1 (comment)
Reply to this email directly or view it on GitHub: #1 (comment)
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: