Metadata-Version: 2.1
Name: mktouch
Version: 2020.12.3
Summary: mkdir+touch
Home-page: https://github.com/andrewp-as-is/mktouch.py
License: Unlicense
Description: <!--
        https://readme42.com
        -->
        
        
        
        [![](https://img.shields.io/badge/OS-Unix-blue.svg?longCache=True)]()
        [![](https://img.shields.io/pypi/v/mktouch.svg?maxAge=3600)](https://pypi.org/project/mktouch/)
        [![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
        
        ### Installation
        ```bash
        $ [sudo] pip install mktouch
        ```
        
        ```bash
        $ [sudo] npm i -g mktouch
        ```
        
        #### Examples
        ```python
        >>> import mktouch
        >>> mktouch.mktouch("folder/file")
        >>> mktouch.mktouch(["folder/file1","folder/file2"])
        ```
        
        ```bash
        $ mktouch /tmp/not-existing-dir/file
        $ ls /tmp/not-existing-dir/file
        /tmp/not-existing-dir/file
        ```
        
        <p align="center">
            <a href="https://readme42.com/">readme42.com</a>
        </p>
Keywords: mktouch touch
Platform: UNKNOWN
Classifier: License :: Public Domain
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Unix Shell
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
