https://github.com/slamdev/sample-repo
https://github.com/slamdev/sample-repo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/slamdev/sample-repo
- Owner: slamdev
- Created: 2023-10-04T19:23:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T23:05:40.000Z (over 2 years ago)
- Last Synced: 2025-01-29T14:45:21.362Z (about 1 year ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sample-repo
```mermaid
%%{
init: {
'gantt': {
'fontSize': 15,
'barHeight': 30,
'barGap': 10,
'topPadding': 70,
'gridLineStartPadding': 35,
'topAxis': false
},
'themeVariables': {
'activeTaskBkgColor': '#90EE90',
'doneTaskBkgColor': '#0096FF',
'taskBkgColor': '#5F759B'
}
}
}%%
gantt
title Roadmap
dateFormat YYYY-MM-DD
tickInterval 1month
axisFormat %b %Y
Example closed (100%) :done, 2023-09-01, 2023-10-10
One more epic (0%) : 2023-10-01, 2023-11-01
Awesome Epic 1 (33%) :active, 2023-09-01, 2024-01-01
```