Skip to content
This repository has been archived by the owner on Jul 6, 2019. It is now read-only.

mainrs/java-buck-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Buck Template

A small project template using buck as the build system. The template contains two modules, each with their own BUCK file.

To compile the project, run the following in the console:

git clone https://github.com/SirWindfield/java-buck-template.git
cd java-buck-template
buck test :framework
buck run :framework

The build should run without any errors and output "Hello World".

Contributing

Feel free to open up any issues/ideas or make pull requests :D

About

A java project template using buck as build system

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published