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
This repository contains 3D Slicer extensions that offers different tools to help developers when they develop Slicer extensions:
7
7
- Developer Tools For Extensions: It allows one to manually install extensions from an archive (*.zip or *.tar.gz). These archives can either be created locally when one creates their own extensions (this tools can help the developer to verify that their extension is correctly packaged). It can also be convenient to distribute your Slicer extensions on your own website, or privately. It also allows to directly load a scripted module while Slicer is already running.
8
8
- Extension Download Statistics: It allows developers to know how many times their extensions have been downloaded.
9
9
10
-
##License
10
+
##Command line interface
11
11
12
-
See License.txt
12
+
The CLI mode allows to collect downloads stats for the specified or all of the
13
+
extensions and save the results in CSV or JSON format, from the command line.
13
14
14
-
##More information
15
+
Note that you will need to run the script via Slicer using `--python-script` flag
16
+
to access this mode.
15
17
16
-
More information about Slicer on http://www.slicer.org/
0 commit comments