create-github-app
v0.0.2
Published
Create GitHub App OAuth credentials with a single command
Downloads
290
Maintainers
Readme
create-github-app
Create GitHub App OAuth credentials with a single command.
# npm
npx create-github-app
# pnpm
pnpm dlx create-github-app
# bun
bunx create-github-app
# yarn
yarn dlx create-github-appWhat it does
- Opens a browser with a simple form
- You enter an app name and callback URL
- Redirects to GitHub to confirm creation
- Returns
GITHUB_CLIENT_IDandGITHUB_CLIENT_SECRET
How it works
Uses the GitHub App Manifest Flow to programmatically create GitHub Apps.
License
MIT
