Keep calm and use YAML to describe your packages.
$ git clone [email protected]:<your github account>/pmc.git
$ cd pmc && composer install
$ git remote add upstream [email protected]:kamilsk/pmc.git
$ pip install --editable .
$ pmc --help
Usage: pmc [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
convert Convert package.meta to package file(s).
validate Validate package.meta.
watch Watch for package.meta changes.$ git remote add mirror [email protected]:kamilsk/pmc.git$ pip install pmdc
$ which pmc
$ pmc --help
Usage: pmc [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
convert Convert package.meta to package file(s).
validate Validate package.meta.
watch Watch for package.meta changes.- made with ❤️ by OctoLab