You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,16 @@ authoritative** source for project metadata, which is used to update all
125
125
supported (and enabled) *target files*. You can find an overview of supported
126
126
formats further below.
127
127
128
-
By default, `somesy` will create (if they did not exist) or update `CITATION.cff` and `codemeta.json` files in your repository. If you happen to use `pyproject.toml` (in Python projects), `package.json` (in JavaScript projects), `Project.toml` (in Julia projects), or `fpm.toml` (in Fortran projects) somesy would also update the respective information there.
128
+
By default, `somesy` will create (if they did not exist) or update `CITATION.cff` and `codemeta.json` files in your repository.
129
+
If you happen to use
130
+
131
+
*`pyproject.toml` (in Python projects),
132
+
*`package.json` (in JavaScript projects),
133
+
*`Project.toml` (in Julia projects),
134
+
*`fpm.toml` (in Fortran projects),
135
+
*`pom.xml` (in Java projects),
136
+
137
+
then somesy would also update the respective information there.
129
138
130
139
You can see call available options with `somesy --help`,
131
140
all of these can also be conveniently set in your `somesy.toml` file.
0 commit comments