One Beautifier to rule them all, One Beautifier to clean them, One Beautifier to bring them all and in the darkness sheen them
Travis CI (Linux / macOS) | AppVeyor (Windows) |
---|---|
- Single beautifier abstracting multiple beautifiers for multiple languages
- Unified beautifier configuration options
To use programmatically with Node.js:
$ npm install --save unibeautify
See Unibeautify-CLI
:
$ npm install --global unibeautify-cli
See test/
directory for examples.
# Be sure to lint
npm run lint
# And compile
npm run compile
# And test
npm test