Skip to content

lfont/URLMinifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URLMinifier

A simple url minifier.

Hacking

The code has only been tested on Linux !

  1. Install fsharp
    On a Debian base system the simple steps are:
    sudo apt install mono-complete fsharp
  2. If you do not use the latest mono, update the certificates:
    mozroots --import --sync
  3. Install GNU make
    sudo apt install make
  4. Install npm
    sudo apt install npm
  5. Build the code
    make && make test
  6. If all goes well
    make run
  7. Enjoy :)

On mono the -d argument must be used for putting the process in the backgroud: nohup mono url-minifier.exe -d &

About

About

A simple url minifier.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published