{"id":28406825,"url":"https://github.com/yuketsush/quickdraw-badge","last_synced_at":"2025-06-29T09:31:34.587Z","repository":{"id":295320572,"uuid":"989794009","full_name":"YuketsuSh/quickdraw-badge","owner":"YuketsuSh","description":"Automatically earn the GitHub Quickdraw badge with this TypeScript CLI script","archived":false,"fork":false,"pushed_at":"2025-05-24T21:52:10.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-02T08:18:44.412Z","etag":null,"topics":["automation","cli-tool","github-api","github-badge","typescript"],"latest_commit_sha":null,"homepage":"https://velyorix.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/YuketsuSh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-24T20:53:27.000Z","updated_at":"2025-05-25T14:26:47.000Z","dependencies_parsed_at":"2025-05-24T22:27:08.093Z","dependency_job_id":"d4bc8738-842d-4049-b36e-7e3ae3e286de","html_url":"https://github.com/YuketsuSh/quickdraw-badge","commit_stats":null,"previous_names":["yuketsush/quickdraw-badge"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/YuketsuSh/quickdraw-badge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuketsuSh%2Fquickdraw-badge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuketsuSh%2Fquickdraw-badge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuketsuSh%2Fquickdraw-badge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuketsuSh%2Fquickdraw-badge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YuketsuSh","download_url":"https://codeload.github.com/YuketsuSh/quickdraw-badge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuketsuSh%2Fquickdraw-badge/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262569450,"owners_count":23330212,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","cli-tool","github-api","github-badge","typescript"],"created_at":"2025-06-01T23:08:35.941Z","updated_at":"2025-06-29T09:31:34.574Z","avatar_url":"https://github.com/YuketsuSh.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quickdraw\n\nAutomates creating a GitHub repository, pushing a branch with a README, and opening a pull request to earn the GitHub Quickdraw badge.\n\n---\n\n## Description\n\nQuickdraw is a command-line tool (CLI) that automates the steps needed to earn the GitHub Quickdraw badge by:\n\n- Creating a new GitHub repository  \n- Initializing the main branch (`main`) with an initial commit  \n- Creating a dedicated branch with a README  \n- Pushing changes to GitHub  \n- Automatically opening a pull request in your default browser  \n\n---\n\n## Features\n\n- Automatic repository creation using your GitHub token  \n- Local cloning and preparation of the repository with required branches  \n- Commit pushes and pull request creation via the GitHub API  \n- Automatic pull request opening in your browser  \n- Support for private or public repositories via a flag  \n\n---\n\n## Requirements\n\n- Node.js (\u003e=14)  \n- Git installed and accessible in your system PATH  \n- A GitHub personal access token with `repo` permissions  \n\n---\n\n## Installation \u0026 Usage\n\nNo build step needed — just run the script directly using `tsx` with `npx`:\n\n```bash\nnpx tsx src/index.ts -t YOUR_GITHUB_TOKEN\n````\n\nAvailable options:\n\n* `-t, --token \u003ctoken\u003e` : your GitHub personal access token (required)\n* `-n, --name \u003cname\u003e` : repository name (default: `quickdraw-TIMESTAMP`)\n* `--private` : create the repository as private (default: public)\n\nExample:\n\n```bash\nnpx tsx src/index.ts -t YOUR_GITHUB_TOKEN -n quickdraw-demo --private\n```\n\n---\n\n## How It Works\n\n1. Authenticate with GitHub using your token\n2. Create a new repository with the specified name\n3. Clone the repository locally and initialize the main branch (`main`) with an initial commit\n4. Create a `quickdraw-branch` branch with a README file\n5. Push the branch to GitHub\n6. Automatically create a pull request and open it in your browser\n\n---\n\n## Troubleshooting\n\n* Ensure your token has the required `repo` permissions\n* Make sure Git is installed and in your system PATH\n* Check your internet connection and GitHub API rate limits\n\n---\n\n## Contributions\n\nFeel free to open issues or submit pull requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuketsush%2Fquickdraw-badge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuketsush%2Fquickdraw-badge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuketsush%2Fquickdraw-badge/lists"}