0.1.1 • Published 7 years ago

tern-jspm v0.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

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 :smirk:

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