Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 501 Bytes

File metadata and controls

31 lines (19 loc) · 501 Bytes

Straw 🌾

Simple issues/notes using markdown files and a thin CLI wrapper.

Reasoning

Because you want something portable and simple.

Usage

straw --help

Build

Requires opam to be installed.

opam install . --deps-only --with-test
opam exec -- dune build --release
opam exec -- dune runtest

Releases

https://github.com/bas080/straw/releases

You can get a binary there or build your own.