https://github.com/Unibeautify/unibeautify
One Beautifier to rule them all, One Beautifier to clean them, One Beautifier to bring them all and in the darkness sheen them
https://github.com/Unibeautify/unibeautify
beautifier beautify formatter prettifier prettyify unibeautify
Last synced: 25 days ago
JSON representation
One Beautifier to rule them all, One Beautifier to clean them, One Beautifier to bring them all and in the darkness sheen them
- Host: GitHub
- URL: https://github.com/Unibeautify/unibeautify
- Owner: Unibeautify
- License: mit
- Created: 2016-08-05T17:37:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T02:10:47.000Z (9 months ago)
- Last Synced: 2024-07-23T04:57:55.393Z (9 months ago)
- Topics: beautifier, beautify, formatter, prettifier, prettyify, unibeautify
- Language: TypeScript
- Homepage: https://unibeautify.com/
- Size: 2.79 MB
- Stars: 542
- Watchers: 19
- Forks: 41
- Open Issues: 63
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Roadmap: ROADMAP.md
Awesome Lists containing this project
- awesome-starred-test - Unibeautify/unibeautify - One Beautifier to rule them all, One Beautifier to clean them, One Beautifier to bring them all and in the darkness sheen them (TypeScript)
README
# Unibeautify
[](https://renovateapp.com/)
[](https://codeclimate.com/github/Unibeautify/unibeautify/maintainability)> 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) | Test Coverage |
| --- | --- | --- |
| [](https://travis-ci.com/Unibeautify/unibeautify) | [](https://ci.appveyor.com/project/Glavin001/unibeautify/branch/master) | [](https://codeclimate.com/github/Unibeautify/unibeautify/test_coverage) |## Why
- Single beautifier abstracting multiple beautifiers for multiple languages
- Unified beautifier configuration options## Install
To use programmatically with Node.js:
```bash
$ npm install --save unibeautify
```### CLI
See [`Unibeautify-CLI`](https://github.com/Unibeautify/unibeautify-cli):
```bash
$ npm install --global @unibeautify/cli
```## Usage
See [`test/` directory](https://github.com/Unibeautify/unibeautify/tree/master/test) for examples.
## Contribute
```bash
# Be sure to lint
npm run lint
# And build
npm run build
# And test
npm test
```