Skip to content

Commit

Permalink
feat: first draft
Browse files Browse the repository at this point in the history
  • Loading branch information
germainlefebvre4 committed Dec 11, 2024
1 parent a3245b2 commit 8ff359b
Show file tree
Hide file tree
Showing 12 changed files with 1,008 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.vscode/

test_CV.y*ml
test.y*ml
test.html
test.pdf

cv.html
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

run:
go run ./cmd/rendercv $(filter-out $@,$(MAKECMDGOALS))

%:
@:
Loading

0 comments on commit 8ff359b

Please # to comment.