Quickstart
This guide will get you all set up and ready to use the vx CLI. We'll cover how to install and use vx to automatate your workflow.
Before you begin make sure you obtain github and OpenAI access tokens.
Github Access Tokens »
OpenAi »
Install
Homebrew is currently the only package manager supported. More to come soon!
- First install the tap
brew tap PinedaVictor/vx
- Then install vx/vexal
brew install pinedavictor/vx/vexal
Repository Configuration
You can configure vx
to work for repository without sharing any API keys or tokens.
After installing vx navigate to your repository and run:
Terminal
vx init
This will create a .vx
yaml configuraiton file and add it to your .gitignore
Configuration File
This is the file vx init
will generate. Add your API keys here
github_key: ""
openai_key: ""
repo: ""
repourl: ""
Be sure this file does not get checked-in to src control