Metadata-Version: 2.4
Name: mkxcli
Version: 0.1
Summary: A simple and easy CLI tool.
Home-page: https://github.com/yourusername/mkxcli
Author: Martin V
Author-email: your_email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary


# Make

This CLI (command line interface) is designed to make any file with custom contents.


## Documentation

This makes any file with any extension easily

eg. ```make hello.txt``` or ```make hello.bat```

There is ONE singular parameter, that being ```-c```

eg. ```make hello.txt -c hi```

Also the file is always made in the desktop folder


## Deployment

To deploy this project run

```pip install mkx```

