AZMinifier for text files
Project links:
| Platform | Latest version |
|---|---|
| GitHub | |
| DockerHub |
This project is in early stage of development.
For minifying files in current directory, run:
docker run --rm -v "$PWD:/project" matejkosiarcik/azminifier:latest
Here is a list of all available CLI options:
$ docker run --rm -v "$PWD:/project" matejkosiarcik/azminifier:latest --help
azminifier [options] <path..>
Minify files
Positionals:
path Path to file/directory to minify [string]
Options:
--version Show version number [boolean]
-h, --help Show usage [boolean]
-v, --verbose More logging [boolean]
-q, --quiet Less logging [boolean]
-n, --dry-run Dry run - just analyze, does not modify files [boolean]
-j, --jobs Count of concurrent jobs to use (when set to "0" will use cpu-threads) [number] [default: 0]
Recommended software:
make - with this you can run tasks such as make bootstrap/build/clean/test/…, see Makefile for all supported targets)For native build:
NodeJS, Python, Ruby runtimes - for exact tested versions check files .xyz-version.Git (required for cloning dependencies)For docker build:
This project is licensed under the MIT License, see LICENSE.txt for full license details.
Content type
Image
Digest
sha256:dc05ba873…
Size
70.3 MB
Last updated
over 1 year ago
docker pull matejkosiarcik/azminifier