Added template without folder structure to add to existing project

This commit is contained in:
Daniel Winkler 2025-06-03 13:03:02 +02:00
commit 92c896f052
No known key found for this signature in database
16 changed files with 1738 additions and 0 deletions

View file

@ -11,6 +11,10 @@
path = ./templates/sci;
description = "Scientific computing environment (Julia, Python, R)";
};
sci_minimal = {
path = ./templates/sci_minimal/;
description = "Scientific computing environment (Julia, Python, R) without folder structure";
}
};
defaultTemplate = self.templates.sci;
};