/ConfiGator

A configuration file generator meant to be used with GatorGradle.

Primary LanguagePythonMIT LicenseMIT

ConfiGator

Mr.ConfiGator himself

License: MIT

Lint and Test

A configuration file generator meant to be used with GatorGradle.

Overview

ConfiGator is a tool to be used in hand with GatorGradle to generate configuration files for assignments that require GatorGradle. ConfiGator uses Poetry for package and dependency management.

Usage

Installing ConfiGator

Command to install ConfiGator

pipx install pyconfigator
  • if pipx does not work, use pip instead.

Running ConfiGator

Command to run ConfiGator (after installing using pip or pipx)

configator

Command to Change Specific Configurations

The command below will show a list of every available command to change specific configurations in config/gatorgrader.yml or build.gradle.

configator --help

If you need Assistance

Create an issue or a discussion post for assistance if you encounter any issues with ConfiGator.

Contributors