This guide is to cover the steps for installing commonly used tools for setting up development environment on a new Mac box. I have tried all of it on Mac Mountain Lion, Mojave and Mavericks. I plan to add documentation on installation details at one place for common tools and also tips and tricks in usage of these tools which can be very effective during development.
Feel free to contribute by sending a pull request or create new issues on GitHub. You can support by adding documentation for setting up any other widely used dev tools/libraries/languages.
This is a open source guide and is generated using GitBook. For steps on how to install GitBook, refer this page.
Like it? Let me know.
- Install
nodeandnpm - Run
npm install gitbook-cli -g - Run
gitbook buildto build project - Serve the generated webpage. Optionally, you can install
go get github.com/apoorvam/servewhich downloads binary to$GOPATH/binand runcd _book & serve .