An open API service indexing awesome lists of open source software.

https://github.com/simplyhexagonal/gen-contributor-svg

Generate a contributor SVG from a GitHub username
https://github.com/simplyhexagonal/gen-contributor-svg

Last synced: about 1 year ago
JSON representation

Generate a contributor SVG from a GitHub username

Awesome Lists containing this project

README

          

# GitHub Contributor SVG Generator

This Node.js script generates an SVG file with a GitHub user's avatar and display name.

## Usage

This project is designed to be run using `npx`. You can run the script directly without installing it locally.

Run the script with the following command:

```
npx gen-contributor-svg --github-username= --display-name=
```

- Replace `` with the desired GitHub username.
- Optionally, add `--display-name=` to specify a custom display name.

The script will fetch the user's avatar image from GitHub, embed it in a template SVG file, and save the resulting SVG file as `.svg`.

## Dependencies

- axios

## License

This project is licensed under the Apache-2.0 License.