Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vtourraine/trackup
https://github.com/vtourraine/trackup
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vtourraine/trackup
- Owner: vtourraine
- License: mit
- Created: 2015-01-30T21:40:37.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T08:40:25.000Z (12 months ago)
- Last Synced: 2024-10-13T18:08:29.308Z (3 months ago)
- Language: Swift
- Homepage: https://www.vtourraine.net/blog/2013/markdown-trackup-format
- Size: 417 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trackup
[![Build & Test](https://github.com/vtourraine/trackup/actions/workflows/swift.yml/badge.svg)](https://github.com/vtourraine/trackup/actions/workflows/swift.yml)
## How it works (short version)
- Header 1 for the project title
- Header 2 for each version
- Lists of items, with a checkmark for the work in progressRelated blog posts (in French :fr:):
- [https://www.vtourraine.net/blog/2013/markdown-trackup-format](https://www.vtourraine.net/blog/2013/markdown-trackup-format)
- [https://www.vtourraine.net/blog/2022/gestion-projet-todo-release-notes](https://www.vtourraine.net/blog/2022/gestion-projet-todo-release-notes)## Command line
```
~/Developer/Trackup GamesKeeper.tu.md -html > releasenotes.html
~/Developer/Trackup GamesKeeper.tu.md -json > releasenotes.json
~/Developer/Trackup GamesKeeper.tu.md -rss > releasenotes.xml
```## License
Trackup is available under the MIT license. See the LICENSE file for more info.