This repository is a kick-start template for getting CLI (CommandLineInterface) executables into the Medical Simulation Markup Language.
Author: Alexander Weigl <uiduw@student.kit.edu>
Date: 2015-03-01
Version: 0.3
License: GPLv3
-
Clone the latest version of this repository:
$ git clone --depth 0 https://github.com/CognitionGuidedSurgery/mup-empty.git
-
Install dependencies:
$ pip install --user --pre msml2cli
-
Exclude
alphabet/
,bin
,py
from.gitignore
file if necessary. -
Add executable into
bin
by linking or copying. -
Generate wrapper
$ msml2cli -o alphabet bin/*
Optional for sharing your MSML USER PACKAGE (MUP):
-
Set a new origin with your
<user>
and<repo>
:$ git remote set-url origin https://github.com/<user>/<repo>.git $ git commit && git push origin master