Spruce up the documentation for Buck. Summary: * Update the home page to note that Buck is both an Android and a Java build tool. * Document the `buck quickstart` and `buck query` commands. * Rewrite the Quick Start page to use `buck quickstart`. * Migrate the old Quick Start page to the "Manual Quick Start" page. * Create some new macros for inserting hyperlinks in `__common.soy`. * Wrote up an article titled "What Makes Buck so Fast?" Test Plan: Inspected locally on http://localhost:9811/.
Buck is an Android build tool. To see what Buck can do for you, check out the documentation at http://facebook.github.io/buck/.
To build Buck, run the following:
git clone git@github.com:facebook/buck.git cd buck ant ./bin/buck --help
Apache License 2.0