https://github.com/k-yle/github-trello-sync
Syncs GitHub projects ↔️ Trello
https://github.com/k-yle/github-trello-sync
Last synced: 11 months ago
JSON representation
Syncs GitHub projects ↔️ Trello
- Host: GitHub
- URL: https://github.com/k-yle/github-trello-sync
- Owner: k-yle
- Created: 2023-08-11T01:17:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-23T23:11:57.000Z (over 2 years ago)
- Last Synced: 2025-03-05T08:34:58.445Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub ↔️ Trello Sync
A simple NodeJS tool to sync a GitHub Project Board with Trello. All changes must be made in the GitHub board. These changes are automatically mirrored to the Trello board.
The following information can be synced:
- Issue Number
- Issue Title
- Issue Description
- Assignees
- Labels
- Milestone
- Linked PRs
- GitHub Project metadata (such as Priority / start date)
- GitHub Tasklists ↔️ Trello Checklists
## Usage
- Download NodeJS v18 or newer
- Rename [`.env.example`](./.env.example) to `.env`, and populate the file with real values
- Run `npm start` every few hours.