Metadata-Version: 2.1
Name: translate-comment-out
Version: 1.2
Summary: Translate Comment Out
Home-page: https://github.com/koboriakira/translate_comment_out
Author: Kobori Akira
Author-email: private.beats@gmail.com
License: UNKNOWN
Description: # How to use
        
        ## Install
        
        ```bash
        pip install translate-comment-out
        ```
        
        ## Use by CLI
        
        In directory that include `sample.js`,
        
        ```bash
        tco sample.js --dest ja > sample_ja.js
        ```
        
        ## Use by Python
        
        ```python
        from translate_comment_out import translator
        
        
        translated_source = translator.translate(filepath='sample.js')
        print(translated_source)
        ```
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
