https://github.com/stephenyeargin/trmnl-gh-copilot-usage
🧑✈️ TRMNL GitHub Copilot Usage
https://github.com/stephenyeargin/trmnl-gh-copilot-usage
copilot github-copilot trmnl-plugin
Last synced: 16 days ago
JSON representation
🧑✈️ TRMNL GitHub Copilot Usage
- Host: GitHub
- URL: https://github.com/stephenyeargin/trmnl-gh-copilot-usage
- Owner: stephenyeargin
- License: mit
- Created: 2026-05-01T21:35:26.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-29T23:38:44.000Z (17 days ago)
- Last Synced: 2026-05-30T01:14:47.107Z (17 days ago)
- Topics: copilot, github-copilot, trmnl-plugin
- Language: Liquid
- Homepage: https://trmnl.com/recipes/298373
- Size: 314 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TRMNL GitHub Copilot Usage
[](https://github.com/stephenyeargin/trmnl-gh-copilot-usage/actions/workflows/build.yml)

### Screenshot

## Development
### Releasing
This project uses automated releases based on the `VERSION` file. To create a new release:
1. Update the version using the bump script:
```bash
./bin/bump-version [major|minor|patch]
```
2. Commit and push the version change:
```bash
git add VERSION
git commit -m "Bump version to X.Y.Z"
git push origin main
```
3. The GitHub Action will automatically:
- Create a git tag for the new version
- Generate release notes from commits
- Create a GitHub release
- Deploy to TRMNL using `trmnlp push`
### Manual Development
For local development and testing:
```bash
# Run development server
./bin/dev
# Push to TRMNL (requires API key configuration)
trmnlp push
```