______
.~ ~. |`````````, .'. ..'''' | |
| |'''|''''' .''```. .'' |_________|
| | `. .' `. ..' | |
`.______.' | `. .' `. ....'' | |
The Common Reusable SHell (CRaSH) is a shell designed for extending Java programs and the Java Virtual Machine.
CRaSH can be obtained by cloning the Git repository git@github.com:crashub/crash.git
git clone git@github.com:crashub/crash.git
CRaSH is built with Maven.
mvn package
The build produces several archives ready to use:
crsh.shell-${version}-standalone.jar : a minimalistic standalone jar (to run with java -jar crsh.shell-${version}-standalone.jar)packaging/target/crsh-${version}-spring.war : the Spring warpackaging/target/crsh-${version}.war : the web app warIt also produce the distribution:
distrib/target/crash-${version}-docs.tar.gz : the documentationdistrib/target/crash-${version}.tar.gz : the standalone distributiondistrib/target/crash-${version}-war.tar.gz : the web app distributiondistrib/target/crash-${version}-spring.tar.gz : the Spring distributiondistrib/target/crash-${version}-mule-app.tar.gz : the Mule distribution$ claude mcp add crash \
-- python -m otcore.mcp_server <graph>