g-plane/zsh-yarn-autocompletions

Adding frequently installed packages

g-plane opened this issue · 0 comments

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.