I was thinking this morning on my drive into work that it would be
really cool if there was an Aardvark IJ plugin that would download and
automatically create an IJ file based on an Aardvark file.
For example, to create a ronin app, you run vark -url
http://www.ronin-web.org/init.vark
-name my_app
What would be cool is if you opened IJ, clicked on Create Project from
Aardvark file. Point to
http://www.ronin-web.org/init.vark which would
parse the file looking for an init target, allow the user to fill in
all of the parameters specified by the target (in the ronin case one
field called name pre-populated with the value my_ronin_app) when the
user clicks OK runs that target.
Then the plugin could look for a target called configureIJProject
which would go and configure any additional parts of the project. I'm
thinking like creating run configs (continuing with the ronin example,
it would create a Run Server config).
That would be pretty awesome. I think.
Guess I found another Gosu project to add to my growing list of
projects
Chris