Skip to content

Generates .classpath and .project files from Buck targets.

License

Notifications You must be signed in to change notification settings

brianduff/buckgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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).

About

Generates .classpath and .project files from Buck targets.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages