1.1.9 • Published 1 year ago
@bramus/caniuse-cli v1.1.9
@bramus/caniuse-cli
Command line tool for “Can I Use …” and MDN Browser Compat Data

Features
- Instant, offline, results powered by caniuse-db and
@mdn/browser-compat-data. - Collapses versions with the same level of support in the table, just like the “Can I Use …” website.
- Shows notes by number.
- Supports tab autocompletion in zsh, bash and fish.
Installation
# npm install -g @bramus/caniuse-cliUsage
$ caniuse viewport-units
$ caniuse "viewport units"
$ caniuse @propertyEnable Tab Autocompletion
In zsh:
echo '. <(caniuse --completion)' >> ~/.zshrcIn bash:
caniuse --completion >> ~/.caniuse.completion.sh
echo 'source ~/.caniuse.completion.sh' >> ~/.bashrcIn fish:
echo 'caniuse --completion-fish | source' >> ~/.config/fish/config.fishThat's all!
Now you have an autocompletion system.
Possible issues
Missing bash-completion package
bash: _get_comp_words_by_ref: command not found
bash: __ltrim_colon_completions: command not found
bash: _get_comp_words_by_ref: command not found
bash: __ltrim_colon_completions: command not foundSolution: install bash-completion package
License
@bramus/caniuse-cli is released under the MIT public license. See the enclosed LICENSE for details.
Acknowledgements
This project is built on the original https://github.com/dsenkus/caniuse-cli/