Giter Site home page Giter Site logo

Comments (2)

calebcartwright avatar calebcartwright commented on June 8, 2024

Thank you for the question and kind words. It's a fair question, but I'll preface by saying that our objective in listing alternatives is not to rationalize the existence of rusty-hook, nor promote/disparage any other tool. It's just an acknowledgement of the fact that there are other published tools that are available so that users have additional information to help them choose the tool that works best for them.

In short, there's a couple different styles/strategies for client side git hook tools, and unsurprisingly, we prefer the style that rusty-hook has implemented 😁

Some of the core capabilities/experience we wanted from a git hook tool:

  • configuration driven
  • having the ability for new/modified/removed hook commands for a project to be automatically cascaded to all project contributors, without each individual contributor having to locally run a command/tool
  • simplicity in use, specifically without having to develop and add shell scripts to a git repo (including things corresponding permissions in the repo index, etc.)

In order to achieve those goals, the style of git hook tool that rusty-hook implements is required. There's tradeoffs to each style of git hook tool, and some folks prefer a different style. However, there weren't any Rust-geared git hook tools in this style and accordingly none that satisfied our core goals (at least at the time we started developing rusty-hook). It also wouldn't have made sense to try to extend/modify any of the existing tools, as they were intentionally developed with some of the other styles and had their own respective set of relative benefits/drawbacks.

Accordingly, we developed a new tool implementing the style seen today with rusty-hook; the section you've quoted from the readme is just for awareness about the other tools and other styles.

Going to close as I imagine the above answers the question posed in the description, but feel free to follow up with any additional comments or questions!

from rusty-hook.

azzamsa avatar azzamsa commented on June 8, 2024

I am very glad that you mentioned other alternatives.

Thanks for the very thorough answers. I hope this helps others to know about the rusty-hook niche.

Thank you for rusty-hook.

from rusty-hook.

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.