Sign inSign up

matejkosiarcik/azminifier

By matejkosiarcik

Updated 10 months ago

AZMinifier for text files

Image
0

9.3K

matejkosiarcik/azminifier repository overview

AZMinifier

AZMinifier for text files

Table of contents

Project links:

PlatformLatest version
GitHubgithub release
git tag
DockerHubdockerhub tag

About

This project is in early stage of development.

Usage

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]

Dev dependencies

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:

  • Recent version of NodeJS, Python, Ruby runtimes - for exact tested versions check files .xyz-version.
  • Git (required for cloning dependencies)

For docker build:

  • Docker

License

This project is licensed under the MIT License, see LICENSE.txt for full license details.

Tag summary

Content type

Image

Digest

sha256:dc05ba873

Size

70.3 MB

Last updated

over 1 year ago

docker pull matejkosiarcik/azminifier