Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 517 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 517 Bytes

buckgen

A super simple, not very general, .classpath and .project generator for Buck.

This just calls Buck to get the classpath, then spits out .project and .classpath files that Eclipse or VSCode are happy with. That's it!

Usage

Specify Buck targets and optionally a sourcepath root to use. E.g.

buckgen.py --sourcepath src src/com/facebook/buck/cli:main

This would generate a project for the main code of Buck itself. Remember to actually build the targets (the script doesn't do that for you).