Configuration and autofixers for applying changes across all my repos using asottile/all-repos.
- Get yourself a GitHub API key with the appropriate scope, and put it in a
.envfile (git-ignored):
# .env
GITHUB_API_KEY="..."- Run:
scripts/installThis will generate a git-ignored all-repos.json file, then clone repos listed in repos.json.
scripts/apply [AUTOFIXER]Example:
scripts/apply black20MIT