Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Mutant configuration #97

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 3, 2024

  1. Add .mutant.yml configuration file

    This YML file is one of several ways to configure the Mutant CLI:
    
    https://github.com/mbj/mutant/blob/main/docs/configuration.md
    
    I chose this route for ease of invocation: `bundle exec mutant run`.
    jgarber623 committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    08ae0ad View commit details
    Browse the repository at this point in the history
  2. Update documentation, remove shell script

    Following on from the previous commit (08ae0ad), this commit updates the
    README with the updated Mutant invocation and removes the custom shell
    script.
    
    A future improvement _might_ introduce a binstub which would further
    simplify the invocation to something like `bin/mutant run`.
    jgarber623 committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    aed2961 View commit details
    Browse the repository at this point in the history