zserge/buckbone — explained in plain English
Analysis updated 2026-08-04 · repo last pushed 2015-05-28
Generate a ready-to-build Android project skeleton configured for Buck in one command.
Standardize project structure across multiple Android apps on a team using Buck.
Experiment with a Kotlin-based Buck project using the experimental variant.
Inspect or modify simple shell scripts to customize the generated project layout.
| zserge/buckbone | winnielv/bc250-cu-live-manager | alirezarezvani/claude-code-github-workflow | |
|---|---|---|---|
| Stars | 51 | 51 | 53 |
| Language | Shell | Shell | Shell |
| Last pushed | 2015-05-28 | — | 2026-03-02 |
| Maintenance | Dormant | — | Maintained |
| Setup difficulty | easy | hard | moderate |
| Complexity | 2/5 | 4/5 | 3/5 |
| Audience | developer | ops devops | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a local Android SDK and Buck installed, the Kotlin variant additionally needs a local Kotlin compiler path.
Buckbone is a time-saving tool for developers who want to build Android apps using Buck, Facebook's alternative to the standard Android build system. Instead of manually creating all the folders, configuration files, and boilerplate code required to start a new project, this tool generates the entire skeleton for you in one step. You run a single command with your app's package name and a destination folder, and the tool instantly creates a ready-to-build Android project. The generated structure includes everything Buck needs: a top-level configuration file, an application manifest, a debug signing key, a starter activity, and standard resource folders for strings and assets. Once generated, you just run Buck's build command and the project compiles. This is aimed at Android developers who prefer Buck's fast, incremental builds over the default Gradle setup. If you're starting a new app from scratch and want to avoid the tedious scaffolding work, or if you've struggled with manually wiring up Buck configuration files, this tool eliminates that friction. It's particularly useful for teams standardizing on Buck who need consistent project structures across multiple apps. There's also an experimental Kotlin variant for developers working in that language, though it requires pointing to a local Kotlin compiler path. The project is built as simple shell scripts rather than a complex application, which makes it lightweight and easy to inspect or modify if you want slightly different output. The main tradeoff is that it only supports Buck, so it's not useful if you're sticking with the standard Android tooling. The Kotlin version is also marked as experimental, suggesting the Java path is the more reliable option for now.
A shell-script tool that generates a ready-to-build Android project skeleton configured for Facebook's Buck build system, skipping tedious manual scaffolding of config files and boilerplate.
Mainly Shell. The stack also includes Shell, Android, Buck.
Dormant — no commits in 2+ years (last push 2015-05-28).
No license information is provided, so usage rights are unclear.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.