From dd258f2ab8f388c5888d624a3a96cba8e89c6632 Mon Sep 17 00:00:00 2001 From: skylarmt Date: Wed, 8 Apr 2015 16:50:44 -0600 Subject: [PATCH] Add readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..dcfd6d4 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +======SyMAT Toolkit Template====== +Starting in version 1.8, SyMAT has the ability to load toolkits into scripts. + +These toolkits are jar files with a special meta.txt file. +This meta file maps packages and classes to variables they can be accessed with. + +The meta.txt file included in this template maps the class +com.symatapp.toolkit.HelloWorld to the variable hello. +To call the function world(), type hello.world() into SyMAT. + +====License==== +This repository is in the public domain, according to the terms of +Creative Commons Zero (https://creativecommons.org/publicdomain/zero/1.0/). \ No newline at end of file