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

Apply changes across all my repos using https://github.com/asottile/all-repos.

Notifications You must be signed in to change notification settings

florimondmanca/all-my-repos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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