Skip to content

shaunstanislauslau/zsh-yarn-autocompletions

 
 

Repository files navigation

zsh-yarn-autocompletions

Travis license Github Releases

What can it do?

This Zsh plugin can read the package.json file in current directory and show you what scripts you can run and what packages you can remove.

Installation

Download

Please go to the GitHub releases page and download the latest binary files.

Note that you should choose correct file according to your OS.

Add as a Zsh plugin

Unzip the compressed file you downloaded.

Then run:

$ ./install.sh

Next please edit your .zshrc file. Add yarn-autocompletions to plugins section.

Like this:

plugins=(
  # ... your other plugins
+ yarn-autocompletions
)

Restart your terminal.

Contribution

Any contributions are welcome.

License

MIT License

Copyright (c) 2018-present Pig Fang

About

A Zsh plugin for yarn autocompletions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 73.5%
  • Shell 26.5%