Difference between revisions of "Mac Programs You Should Install"

From Logic Wiki
Jump to: navigation, search
(Created page with "Category:Mac == Homebrew == [https://brew.sh/ https://brew.sh/] == Mongo DB == brew update brew install mongodb")
 
(Mongo DB)
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
 
  brew update  
 
  brew update  
 
  brew install mongodb
 
  brew install mongodb
 +
Install Compass. it's a GUI for MongoDB and can be downloaded from [https://mongodb.com/download-center/compass https://mongodb.com/download-center/compass]
 +
 +
== Yarn ==
 +
[https://yarnpkg.com/lang/en/ https://yarnpkg.com/lang/en/]
 +
brew install yarn

Latest revision as of 11:50, 8 November 2018


Homebrew

https://brew.sh/


Mongo DB

brew update 
brew install mongodb

Install Compass. it's a GUI for MongoDB and can be downloaded from https://mongodb.com/download-center/compass

Yarn

https://yarnpkg.com/lang/en/

brew install yarn