-
Notifications
You must be signed in to change notification settings - Fork 375
Open
Description
Today it exists more and more "non official" tern plugin like Closure, Meteor, YUI, Express, etc
I try to integrate it inside tern.java. You can see list of tern plugins at https://github.com/angelozerr/tern.java/wiki/Getting-Started#tern-modules
But I think it should be very cool if tern could host a kind of site which enumerates list of tern plugin. An idea that I have is that ternjs provides this url http://ternjs.net/repository.xml and returns an XML stream like this :
<repository>
<plugin name="tern-closure"
url="https://github.com/google/tern-closure.git"
description= "A Tern plugin adding support for Closure." />
<plugin name="tern-meteor"
url="https://github.com/Slava/tern-meteor.git"
description= "Autocompletion plugin for Meteor 1.0." />
</repository>
This XML file repository could be used after by some IDE to install tern plugin (show list of existing tern plugin in an UI list).
Metadata
Metadata
Assignees
Labels
No labels