Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

v0.6.1

Compare
Choose a tag to compare
@rednafi rednafi released this 31 May 23:41
· 40 commits to main since this release

This release contains breaking changes. The interface of the CLI has been reworked. You can read about the changes in the README.md file or via running:

rubric --help
     >> Config Initializer for Python Projects <<        

    Usage: rubric [OPTIONS]
    
    Options:
      -h, --help                      Display help message.
      -v, --version                   Display the version number.
      -s, --show                      Show the contents of the config files.
      -a, --append                    Append to existing config files.
      -o, --overwrite                 Overwrite existing config files.
      -c, --create                    Create the config files in the current
                                      directory.
      -f, --filename [.editorconfig|.flake8|.gitignore|.pre-commit-config.yaml|README.md|Makefile|pyproject.toml|requirements-
        dev.in|requirements-dev.txt|requirements.in|requirements.txt]
                                      Target file names.
      -d, --dirname PATH              Target directory name.
      -l, --list                      List the config files that are about to
                                      be generated.