Skip to content

v0.3.9

Compare
Choose a tag to compare
@rednafi rednafi released this 28 Aug 22:35
· 99 commits to main since this release
  • Changed the ethos
  • Updated the description to make the purpose of the tool clearer.
  • The CLI looks less noisy.
$ rubric

           Rubric - Isomorphic Dependency & Config Management for Python ⚙️          

usage: rubric [-h] [-l] [-d] [-f  [...]] [-o  [...]] [-a  [...]] [-s  [...]] [-v] [run]

positional arguments:
  run                   Run rubric & initialize the project scaffold.

optional arguments:
  -h, --help            Show this help message and exit.
  -l, --list            List the config files that are about to be generated.
  -d , --dirname        Target directory name.
  -f  [ ...], --filename  [ ...]
                        Target file names. Allowed values are: all, .flake8, .gitignore,
                        README.md, makefile, pyproject.toml, requirements-dev.in,
                        requirements-dev.txt, requirements.in, requirements.txt.
  -o  [ ...], --overwrite  [ ...]
                        Overwrite existing config files. Allowed values are the same as the
                        values accepted by the '-f/--file' flag.
  -a  [ ...], --append  [ ...]
                        Append to existing config files. Allowed values are the same as the
                        values accepted by the '-f/--file' flag.
  -s  [ ...], --show  [ ...]
                        Display the config file contents. Allowed values are the same as
                        the values accepted by the '-f/--file' flag.
  -v, --version         Display the version number.