An open API service indexing awesome lists of open source software.

https://github.com/codebytere/electron-build-tools-autocomplete

Fig autocomplete extension for https://github.com/electron/build-tools
https://github.com/codebytere/electron-build-tools-autocomplete

Last synced: 5 months ago
JSON representation

Fig autocomplete extension for https://github.com/electron/build-tools

Awesome Lists containing this project

README

          

# Want autocomplete?

Please refer to our public [withfig/autocomplete](https://github.com/withfig/autocomplete) repo for more details.

### Get up to date completion scripts

If you have **fig** installed, simply run `fig update`

Run the following:

```
# Make the autocomplete folder where Fig looks for completion specs. Cd into it
mkdir -p ~/.fig/autocomplete; cd $_

# Download all the files in the specs folder of this repo
curl https://codeload.github.com/withfig/autocomplete/tar.gz/master | \
tar -xz --strip=2 autocomplete-master/specs
```