Skip to content
/ anglo Public

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

Notifications You must be signed in to change notification settings

sekedus/anglo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.