Skip to content

Commit 0d0eec4

Browse files
committed
feat: add CITATION file for project citation
1 parent e05eb30 commit 0d0eec4

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CITATION.cff

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
cff-version: 1.2.0
2+
title: "Invoice Extension for Quarto"
3+
message: "If you use this project, please cite it as below."
4+
type: software
5+
authors:
6+
- family-names: "Canouil"
7+
given-names: "Mickaël"
8+
orcid: "https://orcid.org/0000-0002-3396-4549"
9+
repository-code: "https://github.com/mcanouil/quarto-invoice"
10+
url: "http://m.canouil.dev/quarto-invoice/"
11+
license: "MIT"
12+
date-released: "2025-02-16"
13+
version: 1.2.2

_extensions/invoice/_extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title: Invoice (Typst)
1+
title: Invoice
22
author: Mickaël Canouil
33
version: 1.2.2
44
quarto-required: ">=1.6.39"

0 commit comments

Comments
 (0)