Giter Club home page Giter Club logo

Comments (2)

g-plane avatar g-plane commented on June 3, 2024 2

The following opinions are personal. If there are something wrong, please help me correct it.

I have browsed that plugin just now. Here are my conclusion:

  • mklabs/yarn-completions is written in JavaScript while this plugin is written in Rust. To be honest, I have tried to write this plugin in JavaScript before. However, when I just type yarn run and press the <tab> key, there is one or two seconds delay before the auto completions result printed. JavaScript code is not statically compiled so it needs to compile the JavaScript code at runtime, while Rust is fast and there is no needs to be compiled at runtime.

  • mklabs/yarn-completions supports a lot of yarn commands while this plugin just supports yarn run and yarn remove now. However, this plugin just was written three days ago and you can check the first commit: 58e4eb8 (Date is 2018-03-19). There is a plan that this plugin will support more yarn commands such as yarn add and yarn add --dev (You can check #5). BTW, any PRs are welcomed.

  • mklabs/yarn-completions supports Fish, Zsh and Bash. This plugin just supports Zsh.

  • This plugin has no runtime dependencies while mklabs/yarn-completions needs some npm packages.

Any discussion and advices are welcomed.

from zsh-yarn-autocompletions.

OliverJAsh avatar OliverJAsh commented on June 3, 2024

Thank you for the detailed information, and this project! 😄

from zsh-yarn-autocompletions.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.