Skip to content

Commit

Permalink
feat: todo cli boilerplate (#2)
Browse files Browse the repository at this point in the history
- Initialise boilerplate for each sub-command
- Add interactive `todo create` command
- Expore the `todo` binary in CI workflows and flake packages output
  • Loading branch information
GetPsyched authored Jul 2, 2024
1 parent 8be5589 commit c26113d
Show file tree
Hide file tree
Showing 11 changed files with 872 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/flakebox-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ jobs:
- name: Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Build on ${{ matrix.host }}
run: nix build -L .#ci.mindmap
run: nix build -L .#ci.${{ matrix.binary }}
strategy:
matrix:
binary:
- mindmap
- todo
host:
- macos-x86_64
- macos-aarch64
Expand Down
Loading

0 comments on commit c26113d

Please sign in to comment.