tern-jspm

0.1.1 • Public • Published

tern-jspm

Tern plugin to support the Jspm package manager

Installation

Install with npm

npm install --save-dev tern-jspm

Usage

Add the plugin to the tern configuration file .tern-project

{
  "plugins": {
    "jspm": {}
  }
}

Relaunch your editor. You should now be able to jump to your modules and dependencies with ease 😏

Atom

Note that this plugin only works when launching Atom from the project directory. If you lauch it from the start menu, this will not work.

Credits

Credits goes to the NFL team for their great work on jspm-resolve.

License

MIT © Olivier Ligot

Readme

Keywords

none

Package Sidebar

Install

npm i tern-jspm

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • oligot