Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashkyd/alchemize
🔩 Alchemize gui for minifying/pretty-printing code in various web formats.
https://github.com/ashkyd/alchemize
Last synced: 2 months ago
JSON representation
🔩 Alchemize gui for minifying/pretty-printing code in various web formats.
- Host: GitHub
- URL: https://github.com/ashkyd/alchemize
- Owner: AshKyd
- Created: 2014-12-26T14:15:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-23T13:19:56.000Z (10 months ago)
- Last Synced: 2024-04-15T11:39:05.619Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.27 MB
- Stars: 16
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Alchemize
=========[![Alchemize](https://github.com/AshKyd/alchemize/blob/master/resources/tile-1400.png)](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, JSONYou 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
* npmTo install:
1. Check out the repo.
2. `npm install` the dependencies.
3. `npm run` will build into the dist/ folder and launch a serverBugs & errata
--------------------Please feel free to report bugs & feature requests on the GitHub issue tracker. Pull requests are welcome indeed.