We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9807066 commit 49daa6eCopy full SHA for 49daa6e
docs/developers.md
@@ -0,0 +1,19 @@
1
+## Notes for developers
2
+
3
+### How to check the .cff file
4
5
+You can validate the `CITATION.cff` file with the command:
6
+```bash
7
+cffconvert --validate
8
+```
9
10
+You can install the script `cffconvert` with the command:
11
12
+python3 -m venv venv
13
+source venv/bin/activate
14
+python3 -m pip install cffconvert
15
16
+After using the tool, deactivate the Python environment with:
17
18
+deactivate
19
0 commit comments