Integrate fig auto-complete
- Using Homebrew:
brew install --cask fig - Download from their website: fig.io

- Fork the git repo withfig/autocomplete
- Clone your forked repo
# Replace `YOUR_GITHUB_USERNAME` with your own github usernamegit clone https://github.com/YOUR_GITHUB_USERNAME/autocomplete.git fig-autocompletecd fig-autocomplete# Add withfig/autocomplete as a remotegit remote add upstream https://github.com/withfig/autocomplete.git# Install packagesnpm install
- edit vela-cli spec in
src/vela.ts, the spec is easy to understand - run dev mode to review your change, use
npm run dev - send a PR to the main repo
Last updated on Feb 9, 2023 by dependabot[bot]