nudelo ~master
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
- Registered by Maxim Freck
- ~master released 7 years ago
- maxfreck/nudelo
- BOOST-1.0
- Authors:
- Dependencies:
- none
- Versions:
-
0.2.1 2017-Nov-14 ~master 2017-Nov-14 ~develop 2017-Nov-14 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
12 downloads total
-
- Score:
- 0.5
- Short URL:
- nudelo.dub.pm