Skip to content

a prototype Spoon pretty-printer implemented with JavaPoet

Notifications You must be signed in to change notification settings

SpoonLabs/spooet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spooet

Spoon printer implemented with open source project JavaPoet. Use to generate beautiful java code.

Usage

Spooet has its custom Spoon launcher to use Spoon and to generate source code given at Spoon. So you must to use this launcher to generate source code with JavaPoet.

final String[] args = new String[] {
    "-i", "src/main/java",
    "-o", "target/spooned",
    "--source-classpath", systemClassPath,
    "--compile"
};

PoetLauncher.main(args);

Download

To use spooet, you first clone this repository and install it on your maven local repository.

License

Copyright Inria, all rights reserved.

About

a prototype Spoon pretty-printer implemented with JavaPoet

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages