An open API service indexing awesome lists of open source software.

https://github.com/anubislms/pincer

analyze ai generated inline completions on developer productivity.
https://github.com/anubislms/pincer

Last synced: 10 days ago
JSON representation

analyze ai generated inline completions on developer productivity.

Awesome Lists containing this project

README

          

## Running the extension

```
cd extension
npm install
vsce package
code . --enable-proposed-api synoet.vsc-telemetry
```

## Running the server

make sure you set the correct environment variables `['OPENAI_API_KEY', 'SUPABASE_KEY', SUPABASE_URL']`

```
cd server
npm install
npx ts-node-dev index.ts
```