Metadata-Version: 2.4
Name: mkxcli
Version: 0.3
Summary: A simple CLI to make files
Author: Your Name
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
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```

```-c``` = the contents of the file

Also the file is always made in the desktop folder


## Deployment

To deploy this project run

```pip install mkxcli```

