sekedus / anglo

Simple tool to edit, minifying, and pretty-printing your source code

Home Page:https://sekedus.github.io/anglo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anglo

This is a Fork of Alchemize by AshKyd


A simple code editor that helps you quickly to minimize, pretty print, and inspect HTML, CSS, JSON, JavaScript, and XML.

Minify your source code to reduce file size and increase the loading speed or beautify it into a human-readable format (easier to understand and maintain).

Features

  • Decompressing / beautifying / pretty-printing HTML, CSS, JavaScript, JSON, and XML.
  • Minifying / uglifying / compressing HTML, CSS, JavaScript, JSON, and XML.
  • Syntax highlighting for over 80 languages
  • Code reference information
  • Auto-completion of code

Try it out

Try the editor out on sekedus.github.io/anglo/

Building/development

Prereqs:

Install:

  1. git clone https://github.com/sekedus/anglo or check out the repo.
  2. cd anglo navigate to the new directory
  3. npm install the dependencies.
  4. npm run start will build into the dist/ folder and launch a server
  5. Open your favourite browser and type localhost:8000

Differences from Alchemize

IMPORTANT: The Monaco editor is not supported in mobile browsers or mobile web frameworks. #246

Bugs & errata

Please feel free to report bugs & feature requests on the GitHub issue tracker. Pull requests are welcome indeed.

About

Simple tool to edit, minifying, and pretty-printing your source code

https://sekedus.github.io/anglo/


Languages

Language:JavaScript 59.2%Language:Less 23.9%Language:HTML 16.9%