originally src/status from desktop, refactored as a library [archived]
Go to file
Michael Bradley da366ae1cf
chore: add GitHub Actions workflow to run tests (#66)
Closes #65.

There's still some work to be done. With the changes in this PR, this project's
Makefile is a bit of a hybrid between the approaches in the Makefiles of
status-desktop and nim-status. In the future, as this project's tests expand in
scope, the logic in the Makefile, `nim_status_lib.nimble`, and/or
`.github/workflows/test.yml` may need to be revised.
2021-09-29 08:52:30 -04:00
.github/workflows chore: add GitHub Actions workflow to run tests (#66) 2021-09-29 08:52:30 -04:00
backends abstract backend; add mock backend and testing (#57) 2021-09-28 17:00:43 -04:00
build feat: dynamic library - pt1 (#9) 2021-09-10 11:29:10 -04:00
scripts chore: add GitHub Actions workflow to run tests (#66) 2021-09-29 08:52:30 -04:00
status fix: delete message (#51) 2021-09-28 17:10:54 -04:00
test feat: dynamic library - pt1 (#9) 2021-09-10 11:29:10 -04:00
test_nim abstract backend; add mock backend and testing (#57) 2021-09-28 17:00:43 -04:00
types abstract backend; add mock backend and testing (#57) 2021-09-28 17:00:43 -04:00
vendor feat: trigger a signal for chronicles logs (#31) 2021-09-15 15:45:17 -04:00
.gitignore abstract backend; add mock backend and testing (#57) 2021-09-28 17:00:43 -04:00
.gitmodules feat: dynamic library - pt1 (#9) 2021-09-10 11:29:10 -04:00
LICENSE Initial commit 2021-09-08 12:16:18 -04:00
Makefile chore: add GitHub Actions workflow to run tests (#66) 2021-09-29 08:52:30 -04:00
README.md Initial import 2021-09-08 14:09:35 -04:00
env.sh abstract backend; add mock backend and testing (#57) 2021-09-28 17:00:43 -04:00
eventemitter.nim Initial import 2021-09-08 14:09:35 -04:00
nim_status_lib.nimble chore: add GitHub Actions workflow to run tests (#66) 2021-09-29 08:52:30 -04:00
statuslib.nim feat: dynamic library - pt1 (#9) 2021-09-10 11:29:10 -04:00

README.md

nim-status-lib

WIP refactor to extract business logic from status-desktop into a reusable library