Skip to content

vincent456/puck

 
 

Repository files navigation

Puck

This is the official repository of Puck

How to compile:

Once you've installed sbt, you can run from the root of the project 'sbt universal:packageZipTarball' which will produce an a zipped version of the program in puckExtendJ/target/universal/puck-distrib-.tgz

alternatively you can run 'sbt printClassPathFile' which will compile the source and generate a file puckJrrt/target/CLASSPATH that define a bash script that create a CLASSPATH variable with the classpath of the project. You can use it to run the following command to start puck: 'java -cp $CLASSPATH puck.Front'

About

Dependency Analysis and Refactoring Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Scala 96.7%
  • Java 2.9%
  • Other 0.4%