GitHub Repo Card Generator is a feature-rich application designed for effortlessly creating SVG cards that showcase GitHub repositories.
Repository cards can be generated using the user interface and entering the GitHub username and repository name.
The card colors can be customized by clicking on the color pickers and selecting a color.
The generated SVG card will be displayed along with BBCode, HTML, and Markdown quick copy codes for embedding the card.
git clone https://github.com/yourusername/github-repo-card-generator.git
npm install
.env.example
in the root directory to .env
add your GitHub token and configuration:GITHUB_TOKEN=your_github_token
npm start
The server will start running at http://localhost:3000
.
Navigate to http://localhost:3000
in your web browser (or your public URL if configured).
Enter the GitHub username and repository name in the provided fields, customize the card colors if desired, and click “Generate” to generate an SVG card for the repository.
The generated SVG card will be displayed along with BBCode, HTML, and Markdown quick copy codes for embedding the card.
The repository must be public.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.