Skip to content

InvictusMB/scriptmonkey

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scriptmonkey

Introduction

Script Monkey is an IntelliJ plugin that helps achieve the power & flexibilities of rhino scripting in a plugin environment. In other words, it helps Java achieve the best of both worlds.

Thanks to the embedded Rhino & Scripting API for being part of Java since v1.6. It's an all-in-one plugin which means, anything that was possible only by writing a plugin can be done using plugin-scripts(simple javascript code). And, any tasks that makes more sense to be scripted can be implemented using this tool.

Demos

Instead of explaining what this plugin can do in words, we wanted to show some in action.

Where is all the old code?

If you are looking for older code of this project, please head to the project's Google code repository

Releases

No releases published

Packages

No packages published

Languages

  • Java 58.7%
  • JavaScript 41.3%