Git Product home page Git Product logo

tern-node-express's Introduction

tern-node-express

Build Status NPM version

tern-node-express is a plugin which adds support for express web application framework for node to the JavaSript code intelligence system Tern.

Demo

You can see demo with CodeMirror (inside Web Browser) demos/express.html :

Here a screenshot with completion for expression object :

CodeMirror & TernExpress

Here a screenshot with completion for Response instance:

CodeMirror & TernExpress Response

If you wish to use Eclipse as IDE, see Eclipse support for Node Express.

Installation

tern-node-express works with the NodeJS [Tern Server][tern-server], and within a browser.

The easiest way to install tern-node-express is to use a recent version of [npm][npm]. In the directory where you installed the [tern package][tern-npm], simply run

$ npm install tern-node-express

Configuration

express tern plugin extends node tern plugin to support express.

With Node.js

In order for Tern to load the tern-node-express plugin once it is installed, you must include node-express in the plugins section of your [Tern configuration file][tern-config] and node.

Here is a minimal example .tern-project configuration file:

{
  "ecmaVersion": 5,
  "plugins": {
    "node": {},
    "node-express": {}
  }
}

With WebBrowser (CodeMirror)

See demos/express.html

Structure

The basic structure of the project is given in the following way:

  • node-express.js the tern plugin.
  • demos/ demos with express tern plugin which use CodeMirror.

tern-node-express's People

Contributors

angelozerr avatar nodeleaf avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.