Create GitHub App OAuth credentials with a single command
npm install create-github-appcreate-github-appCreate GitHub App OAuth credentials with a single command.
``bashnpm
npx create-github-app
What it does
1. Opens a browser with a simple form
2. You enter an app name and callback URL
3. Redirects to GitHub to confirm creation
4. Returns
GITHUB_CLIENT_ID and GITHUB_CLIENT_SECRET`Uses the GitHub App Manifest Flow to programmatically create GitHub Apps.
MIT