Skip to content

Commit 4eab70c

Browse files
committed
chore: Add Taskfile.
1 parent 5a19040 commit 4eab70c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Taskfile.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: '3'
2+
3+
tasks:
4+
run:
5+
desc: Run the Claude usage monitor
6+
dir: src
7+
cmds:
8+
- python -m claude_monitor
9+
10+
update:
11+
desc: Update repository from upstream
12+
cmds:
13+
- git fetch upstream
14+
- git merge upstream/main
15+
- git push origin main

0 commit comments

Comments
 (0)