0.1.1 • Published 8 years ago

tern-jive v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

tern-jive

Jive framework development assistor.

tern-jive is a tern plugin which assists in development of Jive framework base Dashboard(s). It currently supports autocomplete for site and package definitions. It can be plugged into different editors: Atom, Sublime, Vim, CodeMirror, Light Table, gedit, Brackets, Edge Code, CodeLite. However, it is extensively tested only with Atom and CodeMirror.

Demo

  • Autocomplete for Site Definition Demo
  • Autocomplete for Package Definition Demo

To run demo locally

Clone repository:

$ git clone https://github.com/amant/tern-jive.git

Go in tern-jive directory :

$ cd tern-jive

Execute npm install :

$ npm install

Start web server :

$ npm start

Open up browser and goto :

http://localhost:8000/demo

Screenshots:

Atom & TernJive CodeMirror & TernJive