GeistHaus
log in · sign up

GitHub - typicode/husky: Git hooks made easy 🐶 woof!

github.com

Git hooks made easy 🐶 woof! Contribute to typicode/husky development by creating an account on GitHub.

39 pages link to this URL
Comparing Code Quality Meta Tools

What’s a code quality meta tool? It’s a tool that lets you orchestrate many linting and formatting tools to operate on an entire project which may contain many languages. Examples include tidyall (which I maintain), pre-commit, lefthook, husky, overcommit, and precious (my new project in this space). It’s worth noting that only tidyall and precious describe themselves as being focused on tool orchestration. The others all describe themselves as systems for managing Git hooks.

1 inbound link article en posts CC BY-SA 4.0
Nizar's Blog

Many agentic coding demos showcase landing pages, one-off scripts, or greenfield projects. While technically impressive, they often produce single files with little thought for maintainability. Even OpenAI's ChatGPT 5 launch demo followed this pattern. At the other extreme, some content focuses almost entirely on elaborate integrations and orchestrations.

0 inbound links website en
The Case for React Native

It occurred to me that there is a missing piece to the conversations around React Native - the React abstraction itself! Rather than getting stuck in debates about [the quality of JavaScript][js_good], I’d like to talk about this aspect of the React Native choice. If you’re open-minded, if you accept that the JavaScript language is as excellent as I say it is, and if you’re curious about why some people just seem so excited to use JavaScript to write iOS apps, I would love to explain my perspective.

0 inbound links article en CC BY 4.0
Progressive JavaScript Linting

Linting and auto-formatting are a well known process among JavaScript developers, although due to the lack of a standard tool, lots of folks…

0 inbound links website en JavaScriptLinting
wsf-i

The personal website of Dan Cătălin Burzo.

How To Ease Your Team’s Development Workflow With Git Hooks — Smashing Magazine

Development workflows can easily get out of hand and start causing confusion and friction within teams — especially as they get bigger in size. There have been too many times when our code review was just about noticing that missing comma or the failing tests that never run before pushing to a remote repository. Thankfully, there are tools that can take this friction away, make developers’ workflows more straightforward and help us concentrate on the things that actually matter the most. Thanks to git and the hooks it provides, we have a great variety of automation with which we can set our development workflow and make our lives easier.

1 inbound link article en ToolsTechniquesWorkflowGit ToolsTechniquesWorkflowGit
Trying GitHub Actions

Recently GitHub Actions went into general availability with very generous usage limits for public repositories, and I have started playing with them. Here are a couple of experiments. Fixing code f

0 inbound links article en tutorialgithub