https://github.com/zillow/beaut
npm package providing a more robust interface to a tweaked fork of js-beautifier
https://github.com/zillow/beaut
Last synced: about 1 year ago
JSON representation
npm package providing a more robust interface to a tweaked fork of js-beautifier
- Host: GitHub
- URL: https://github.com/zillow/beaut
- Owner: zillow
- Created: 2011-12-16T18:10:32.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-12-16T18:54:53.000Z (over 14 years ago)
- Last Synced: 2025-03-13T13:17:27.710Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 66
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# beaut
An [npm](http://npmjs.org) package that provides a CLI utility named `beaut`, as well as a `require()`-friendly lib.
It is not presently published to the npm registry, and is sparsely documented with no tests. You've been warned.
[js-beautify](https://github.com/einars/js-beautify) originally written by Einar Lielmanis,