This container runs the terser CLI. Example: cat nice.js | docker run -i --rm gildas/terser > ugly.js By default, terser is run with options: --compress and --mangle toplevel. To get terser's help: docker run --rm gildas/terser --help