From fe89d150a5ca1150d2230ff57bd6184b6e0e227e Mon Sep 17 00:00:00 2001 From: Andras Lasso Date: Sat, 7 Dec 2024 12:36:21 -0500 Subject: [PATCH] Add TutorialMaker extension --- TutorialMaker.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 TutorialMaker.json diff --git a/TutorialMaker.json b/TutorialMaker.json new file mode 100644 index 00000000..9252a375 --- /dev/null +++ b/TutorialMaker.json @@ -0,0 +1,9 @@ +{ + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json#", + "build_dependencies": [], + "build_subdirectory": ".", + "category": "Developer Tools", + "scm_revision": "main", + "scm_url": "https://github.com/SlicerLatinAmerica/SlicerTutorialMaker.git", + "tier": 1 +}