https://github.com/bas080/straw
Issue tracker using simple files and a thin CLI wrapper
https://github.com/bas080/straw
generate-html issue-tracker markdown notes webpage
Last synced: about 2 months ago
JSON representation
Issue tracker using simple files and a thin CLI wrapper
- Host: GitHub
- URL: https://github.com/bas080/straw
- Owner: bas080
- License: lgpl-3.0
- Created: 2023-11-24T11:31:27.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-02-20T16:08:26.000Z (3 months ago)
- Last Synced: 2026-02-20T18:51:02.466Z (3 months ago)
- Topics: generate-html, issue-tracker, markdown, notes, webpage
- Language: OCaml
- Homepage: https://bas080.github.io/straw/
- Size: 380 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Straw 🌾
Simple issues/notes using markdown files and a thin CLI wrapper.
## Reasoning
Because you want something portable and simple.
## Usage
```sh
straw --help
```
## Build
> Requires `opam` to be installed.
```sh
opam install . --deps-only --with-test
opam exec -- dune build --release
opam exec -- dune runtest
```
## Releases
[https://github.com/bas080/straw/releases][releases]
> You can get a binary there or build your own.
[releases]:https://github.com/bas080/straw/releases