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

Latest commit

 

History

History
49 lines (35 loc) · 874 Bytes

README.md

File metadata and controls

49 lines (35 loc) · 874 Bytes

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)