Metadata-Version: 1.1
Name: google-closure-compiler-api
Version: 0.1.3
Summary: Google closure compiler CLI API
Home-page: http://github.com/femtopixel/docker-google-closure-compiler-api
Author: Jay MOULIN
Author-email: jaymoulin@gmail.com
License: MIT
Description: Google Closure Compiler API - Docker Image
        ==========================================
        
        [![latest release](https://img.shields.io/github/release/femtopixel/docker-google-closure-compiler-api.svg "latest release")](http://github.com/femtopixel/docker-google-closure-compiler-api/releases)
        [![Docker Pulls](https://img.shields.io/docker/pulls/femtopixel/google-closure-compiler.svg)](https://hub.docker.com/r/femtopixel/google-closure-compiler/)
        [![Docker Stars](https://img.shields.io/docker/stars/femtopixel/google-closure-compiler.svg)](https://hub.docker.com/r/femtopixel/google-closure-compiler/)
        [![Docker Pulls](https://img.shields.io/docker/pulls/femtopixel/google-closure-compiler-app.svg)](https://hub.docker.com/r/femtopixel/google-closure-compiler-app/)
        [![Docker Stars](https://img.shields.io/docker/stars/femtopixel/google-closure-compiler-app.svg)](https://hub.docker.com/r/femtopixel/google-closure-compiler-app/)
        [![Bitcoin donation](https://github.com/jaymoulin/jaymoulin.github.io/raw/master/btc.png "Bitcoin donation")](https://m.freewallet.org/id/374ad82e/btc)
        [![Litecoin donation](https://github.com/jaymoulin/jaymoulin.github.io/raw/master/ltc.png "Litecoin donation")](https://m.freewallet.org/id/374ad82e/ltc)
        [![PayPal donation](https://github.com/jaymoulin/jaymoulin.github.io/raw/master/ppl.png "PayPal donation")](https://www.paypal.me/jaymoulin)
        [![Beerpay donation](https://beerpay.io/femtopixel/docker-google-closure-compiler-api/badge.svg "Beerpay donation")](https://beerpay.io/femtopixel/docker-google-closure-compiler-api)
        
        This image allows you to Compile your JS code using [Google Closure Compiler API](https://developers.google.com/closure/compiler/) in CLI
        
        Usage
        -----
        ```
        usage: compiler.py [-h] [--js JS] [--js_output_file JS_OUTPUT_FILE]
                           [--compilation_level {WHITESPACE_ONLY,SIMPLE_OPTIMIZATIONS,ADVANCED_OPTIMIZATIONS}]
        
        optional arguments:
          -h, --help            show this help message and exit
          --js JS               Input file
          --js_output_file JS_OUTPUT_FILE
                                Output file
          --compilation_level {WHITESPACE_ONLY,SIMPLE_OPTIMIZATIONS,ADVANCED_OPTIMIZATIONS}
                                Compilation level
        ```
        
        ## Default values
        
        - `--js` : /dev/stdin (input your code)
        - `--js_output_file` : /dev/stdout (Prints compiled code in the shell)
        - `--compilation_level` : WHITESPACE_ONLY
        
        Docker usage
        ------------
        
        ```
        docker run --rm -ti -v /path/to/my/file.js:/root/myfile.js femtopixel/google-closure-compiler --js /root/myfile.js
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia :: Sound/Audio
