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.
- Host: GitHub
- URL: https://github.com/anubislms/pincer
- Owner: AnubisLMS
- Created: 2024-03-19T14:20:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T03:06:03.000Z (over 2 years ago)
- Last Synced: 2025-10-20T04:46:59.998Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 13.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```