Skip to content

unblu/js-beautify-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-beautify Java

This is a Java port of js-beautify.

Testing

Testing data has been copied from the js-beautify project into the test folder, with support for generating automated Java tests.

Recreate the generated tests by running the generate-tests.js script:

cd test
npm install
node generate-tests.js
cd ..

The Java tests can then be run using Maven:

mvn test

About

A Java port of js-beautify

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 64.5%
  • JavaScript 23.0%
  • HTML 10.5%
  • Mustache 2.0%