https://github.com/scijava/script-editor
Script Editor and Interpreter for SciJava script languages
https://github.com/scijava/script-editor
Last synced: 6 months ago
JSON representation
Script Editor and Interpreter for SciJava script languages
- Host: GitHub
- URL: https://github.com/scijava/script-editor
- Owner: scijava
- License: bsd-2-clause
- Created: 2014-04-07T22:28:15.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T12:19:57.000Z (over 1 year ago)
- Last Synced: 2024-08-28T13:45:53.465Z (over 1 year ago)
- Language: Java
- Homepage: http://imagej.net/Script_Editor
- Size: 2.1 MB
- Stars: 12
- Watchers: 8
- Forks: 12
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://github.com/scijava/script-editor/actions/workflows/build-main.yml)
SciJava Script Editor
---------------------
Script Editor and Interpreter for SciJava script languages.
## Testing from the command line
### Script Editor
```
mvn -Pexec,editor
```
### Script Interpreter
```
mvn -Pexec,interp
```