scriptmonkey


Script Monkey - jumping beyond Java

We have moved...

Please refer to Github's project page for the latest code & documentation. We will continue to keep Google code project repository for sometime with the legacy code & documentation.

Please create issues in Github for any future bugs or feature requests.

Introduction

Script Monkey breaks the boundaries of Java and helps Java achieve the power & flexibilities of interpreted/dynamic languages. 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. 1. Say 'Hello' to Rhino 1. Let's do some command shell scripting 1. Timebar plugin script

Getting Started

  • How "Script Monkey" IntelliJ plugin works?
  • How to write plugin scripts?
  • Global objects initialized by Script Monkey

Related Articles

Winner of IntelliJ plugin contest

Project Information

Labels:
Java IntelliJ plugin