https://github.com/chmac/action.tools
Experiments in building an action manager (todo or task manager) based on markdown
https://github.com/chmac/action.tools
Last synced: 4 months ago
JSON representation
Experiments in building an action manager (todo or task manager) based on markdown
- Host: GitHub
- URL: https://github.com/chmac/action.tools
- Owner: chmac
- License: agpl-3.0
- Created: 2020-02-04T18:00:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T08:56:17.000Z (over 1 year ago)
- Last Synced: 2025-04-01T21:11:20.808Z (about 1 year ago)
- Language: TypeScript
- Size: 107 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# action.tools
Experiments in building an action manager (todo or task manager) based on markdown
## Building
- There's a package in `packages/do.md` which is imported into `frontend/`
- First build the package then the frontend (`yarn build` for both)