gooze init
Creates a starter gooze.yaml in the current directory.
When to use it
- First time setting up Gooze in a repo
- You want a known-good config file to edit
Usage
gooze initThis example writes gooze.yaml and stops. It does not run mutation testing.
Next step
After you have config, run:
gooze run ./...