Skip to content

Aaaaash/lsif-typescript-cli

Repository files navigation

LSIF TypeScript Cli

Build Status

Index project and upload LSIF file to LSIF TypeScript Server.

Usage

Run

lsif-ts-cli --index # Index project infomation by lsif-tsc.
lsif-ts-cli --upload # Upload lsif file to server.

Best Practices

  • In Travis
// package.json
{
    "scripts": {
        "index": "./node_modules/.bin/lsif-ts-cli --index --upload"
    },
    "devDependencies": {
        "lsif-ts-cli": "0.0.1"
    }
}
script:
  - yarn run lint               # Linter
  - yarn run build              # Build
  - yarn run index              # Index and upload

TODO

  • 索引 TypeScript 项目
  • 上传索引文件到指定服务器

About

A command line tools for LSIF Typescript Server, Index and upload.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors