Integrate fig auto-complete

  • Using Homebrew: brew install --cask fig
  • Download from their website: fig.io

demo

  1. # Replace `YOUR_GITHUB_USERNAME` with your own github username
  2. git clone https://github.com/YOUR_GITHUB_USERNAME/autocomplete.git fig-autocomplete
  3. cd fig-autocomplete
  4. # Add withfig/autocomplete as a remote
  5. git remote add upstream https://github.com/withfig/autocomplete.git
  6. # Install packages
  7. npm 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 2023年8月4日 by Daniel Higuero