Metadata-Version: 2.4
Name: mkxcli
Version: 1.0.0
Summary: Simple CLI tools for make, encode, decode
Author: Martin V.
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
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```

