tern-googleappsscript

1.0.2 • Public • Published

Google Apps Script / tern.js

npm installable version.

This is a patched version of aki2o's Google Apps Script plugin for tern, updated with type definitions from current (2018) documentation. See here for the full project details. You should follow instructions there to install globally. The installation below is intended for local installation (per project basis).

Install

  1. Install ternjs. Tern is supported on many code editors, including Sublime, Emacs, Vim, and many more.
  2. Install this package via npm in your current project directory:
npm i tern-googleappsscript
  1. Load the tern plugin using a .tern-project file placed in your project directory:
// .tern-project

{
  "libs": [
  ],
  "plugins": {
    "googleappsscript"
  }
}

/tern-googleappsscript/

    Package Sidebar

    Install

    npm i tern-googleappsscript

    Weekly Downloads

    56

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    1.36 MB

    Total Files

    3

    Last publish

    Collaborators

    • elishanuchi