Metadata-Version: 1.0
Name: cmdline-AndrikBJavaCCF
Version: 0.1.1
Summary: Python command line application to fix java code convention.
Home-page: https://github.com/AndrikB
Author: Andrii Blahyi
Author-email: blagij00@gmail.com
License: UNKNOWN
Description: AndrikBJavaCCF
        ==================
        
        This is Python command line applications, for JavaCCF
        
        Example of usage:
        -----------------
        
        Installation sets up bootstrap command
        **************************************
        
        Open command line and write::
        
            $ pip install AndrikBJavaCCF
        
        Now, the ``AndrikBJavaCCF`` command is available:
        
        On Unix-like systems, the installation places a ``AndrikBJavaCCF`` script into a
        centralized ``bin`` directory, which should be in your ``PATH``. On Windows,
        ``AndrikBJavaCCF.exe`` is placed into a centralized ``Scripts`` directory which
        should also be in your ``PATH``.
        
        Exaples of usage
        ****************
        
        for get help::
        
            $ AndrikBJavaCCF -h
        
        for fix::
        
            $ AndrikBJavaCCF -f -p dir
            $ AndrikBJavaCCF -f -d dir
            $ AndrikBJavaCCF -f -f test.java
            
        for validate::
        
            $ AndrikBJavaCCF -v -p dir
            $ AndrikBJavaCCF -v -d dir
            $ AndrikBJavaCCF -v -f test.java
        
Platform: UNKNOWN
