nudelo ~develop

Simple command-line HTML minifier


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

Nudelo

Nudelo is a very primitive command-line HTML minifier written in D programming language.

Usage examples

In order to use nudelo from the command-line, you simply pass a source and destination file name:

nudelo -i foo.html -o foo.min.html

Another way is to send data to the stdin and redirect the stdout to a file:

nudelo <foo.html >foo.min.html

Also, you can specify the command-line utilities to minify the fragments of JavaScript and CSS contained in the HTML:

nudelo -i foo.html -o foo.min.html --js uglifyjs --css cssnano
Authors:
  • Maxim Freck
Dependencies:
none
Versions:
0.2.1 2017-Nov-14
~master 2017-Nov-14
~develop 2017-Nov-14
Show all 3 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 11 downloads total

Score:
0.5
Short URL:
nudelo.dub.pm