g-plane / zsh-yarn-autocompletions

Zsh plugin for Yarn autocompletions.
MIT License
578 stars 18 forks source link

Adding frequently installed packages #10

Closed g-plane closed 6 years ago

g-plane commented 6 years ago

Since v1.0.0 this plugin supports yarn add command, like this: Untitled.gif

Now I am going to add more frequently installed packages, which will provide better out-of-the-box for most users.

Those packages can be both dependencies and dev_dependencies (in package.json it is devDependencies).

Anyone can add comments to share some frequently installed packages or famous packages.

Also you can send a PR directly. The packages names are defined in https://github.com/g-plane/zsh-yarn-autocompletions/blob/master/src/deps/packages.rs . Remember adding trailing comma for better git diff.