https://github.com/sekedus/anglo
Simple tool to edit, minifying, and pretty-printing your source code
https://github.com/sekedus/anglo
beautify css html javascript json minify xml
Last synced: about 2 months ago
JSON representation
Simple tool to edit, minifying, and pretty-printing your source code
- Host: GitHub
- URL: https://github.com/sekedus/anglo
- Owner: sekedus
- Created: 2023-01-15T22:29:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T01:31:23.000Z (over 3 years ago)
- Last Synced: 2025-03-12T03:34:34.180Z (over 1 year ago)
- Topics: beautify, css, html, javascript, json, minify, xml
- Language: JavaScript
- Homepage: https://sekedus.github.io/anglo/
- Size: 6.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.alchemize.md
Awesome Lists containing this project
README
Alchemize
=========
[](https://alchemizeapp.com/)
Sometimes you just need to minify or pretty-print your code. Enter: Alchemize, your one app for dealing with code on the web.
Alchemize supports:
* Minifying & pretty-printing HTML & CSS
* Minifying/compressing Javacript
* Decompressing/pretty-printing minified Javacript
* Compress & pretty-print XML, JSON
You can always use the latest version at [alchemizeapp.com/app](https://alchemizeapp.com/app/) or install the extension from the [Chrome Web Store](chrome.google.com/webstore/detail/alchemize/ehjicobhjldomnjicohkkejcgljecncf).
Building/development
--------------------
Prereqs:
* Node
* npm
To install:
1. Check out the repo.
2. `npm install` the dependencies.
3. `npm run` will build into the dist/ folder and launch a server
Bugs & errata
--------------------
Please feel free to report bugs & feature requests on the GitHub issue tracker. Pull requests are welcome indeed.