Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

codota/tabac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tabac

Usage

$ yarn install
$ yarn build
$ bin/tabac
Usage: tabac [options]

Tabnine auto configuration script

Options:
  --client    auto configuration script for clients
  --url       the Tabnine inference service url
  -h, --help  display help for command

Using docker

  • Create a github PAT with with read:user and read:packages permissions
  • Login to ghcr.io using your github username and the newly created PAT
docker login ghcr.io -u <USERNAME>
  • Run docker run ghcr.io/codota/tabac

Test example

$ bin/tabac



### Building a docker image

$ yarn install $ yarn build $ docker build --tag


### Running the docker image

$ docker run --client --url


### Test suites

[serverAutoConf.ts](https://github.com/codota/tabac/blob/master/src/serverAutoConf.ts)