Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaaaash/lsif-typescript-cli
A command line tools for LSIF Typescript Server, Index and upload.
https://github.com/aaaaash/lsif-typescript-cli
lsif-typescript-cli lsif-typescript-server
Last synced: 7 days ago
JSON representation
A command line tools for LSIF Typescript Server, Index and upload.
- Host: GitHub
- URL: https://github.com/aaaaash/lsif-typescript-cli
- Owner: Aaaaash
- Created: 2019-07-29T01:18:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T05:38:27.000Z (almost 2 years ago)
- Last Synced: 2024-12-08T21:22:18.601Z (14 days ago)
- Topics: lsif-typescript-cli, lsif-typescript-server
- Language: JavaScript
- Size: 1.11 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## LSIF TypeScript Cli
[![Build Status](https://travis-ci.org/Aaaaash/lsif-typescript-cli.svg?branch=master)](https://travis-ci.org/Aaaaash/lsif-typescript-cli)
Index project and upload LSIF file to LSIF TypeScript Server.
## Usage
### Run
```bash
lsif-ts-cli --index # Index project infomation by lsif-tsc.
lsif-ts-cli --upload # Upload lsif file to server.
```### Best Practices
- In Travis```jsonc
// package.json
{
"scripts": {
"index": "./node_modules/.bin/lsif-ts-cli --index --upload"
},
"devDependencies": {
"lsif-ts-cli": "0.0.1"
}
}
```
```yml
script:
- yarn run lint # Linter
- yarn run build # Build
- yarn run index # Index and upload
```### TODO
- 索引 TypeScript 项目
- 上传索引文件到指定服务器