AZMinifier for text files
Table of contents
Project links:
- GitHub: https://github.com/matejkosiarcik/azminifier
- DockerHub: https://hub.docker.com/r/matejkosiarcik/azminifier
| 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:latestHere 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 asmake bootstrap/build/clean/test/…, seeMakefilefor all supported targets)
For native build:
- Recent version of
NodeJS,Python,Rubyruntimes - for exact tested versions check files.xyz-version. Git(required for cloning dependencies)
For docker build:
- Docker
This project is licensed under the MIT License, see LICENSE.txt for full license details.