commit | 423405eaf677db88362efaf3db790d34389f3fda | [log] [tgz] |
---|---|---|
author | Tim Bauman <tbauman@fb.com> | Wed Oct 09 19:19:36 2013 -0700 |
committer | Michael Bolin <mbolin@fb.com> | Fri Oct 11 11:27:43 2013 -0700 |
tree | 846ebba74c41051a61d859385843c86df4a01b99 | |
parent | 7777588b0a9e7d74edca5596ce1b124ce723fd78 [diff] |
Add quickstart command to Buck. Summary: Adds `buck quickstart` command, which copies the template from `src/com/facebook/buck/cli/quickstart/android` to a specified folder. Test Plan: Run 'buck quickstart'. Also try various options: `--android-sdk`, `--dest-dir` (for more details see 'buck quickstart --help'). `QuickstartIntegrationTest` verifies that `buck quickstart` works as expected.
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