Metadata-Version: 2.1
Name: add-header-mv
Version: 0.3
Summary: Add header to files and move them
Home-page: https://github.com/tdkihrr/add-header-mv
Author: tdkihrr
Author-email: huanghezhao@outlook.com
License: MIT
Description: # Hammal
        
        Install:
        
        ```bash
        $ pip install add-header-mv
        ```
        
        Usage:
        
        ```bash
        $ add-header-mv <arg1> <arg2> <arg3>
        ```
        
        `arg1` is file postfix, maybe `".py"` or `".java"`.
        
        `arg2` is what you want to add to head of file, maybe `import os` or `package what.you.want;`.
        
        `arg3` is target dir name, maybe `../otherDir` or `/User/xxx/doc`.
        
Keywords: tool
Platform: any
Requires-Python: >=3.4.0
Description-Content-Type: text/markdown
