# script-editor **Repository Path**: mirrors_scijava/script-editor ## Basic Information - **Project Name**: script-editor - **Description**: Script Editor and Interpreter for SciJava script languages - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2025-10-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![](https://github.com/scijava/script-editor/actions/workflows/build-main.yml/badge.svg)](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 ```