mkcmd creates python command file.
This tool is built with chef which uses
prj-gen library to perform generation.
Recommended way is to install mkcmd globally and you will
have to install in administrative mode.
uv tool -n install git+https://github.com/kkibria/mkcmd.git
pip install mkcmd@git+https://github.com/kkibria/mkcmd.git
Without the administrative privilege, you can install it in a virtual environment as well.
It can be executed directly from command line,
mkcmd <path>
You can also run this as a python module,
python -m mkcmd <path>