Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (23 loc) · 556 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 556 Bytes

all-my-repos

Configuration and autofixers for applying changes across all my repos using asottile/all-repos.

Install

  • Get yourself a GitHub API key with the appropriate scope, and put it in a .env file (git-ignored):
# .env
GITHUB_API_KEY="..."
  • Run:
scripts/install

This will generate a git-ignored all-repos.json file, then clone repos listed in repos.json.

Usage

scripts/apply [AUTOFIXER]

Example:

scripts/apply black20

License

MIT