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