Closed g-plane closed 6 years ago
Since v1.0.0 this plugin supports yarn add command, like this:
yarn add
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).
dependencies
dev_dependencies
package.json
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.
Since v1.0.0 this plugin supports
yarn add
command, like this: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
anddev_dependencies
(inpackage.json
it isdevDependencies
).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.