static-testing-tools
husky
static-testing-tools | husky | |
---|---|---|
1 | 137 | |
209 | 32,480 | |
- | - | |
1.8 | 8.7 | |
almost 3 years ago | 3 days ago | |
TypeScript | JavaScript | |
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
static-testing-tools
-
Prettier and ESLint Automation Cheat Sheet
π Check the final code π I learned this setup from Kent's static-testing-tools repo. I added Stylelint and also migrated Husky to v6. π Working with TypeScript? Check here
husky
-
Tutorial: Build a Java SDK based on OpenAPI Spec
Husky can be used to set up Git hooks that run scripts before code is committed.
-
Which open-source projects are widely used but maintained by just a few people?
husky (git hooks) https://github.com/typicode/husky
-
Using Husky to help you avoid f****ing up Semantic Versioning
Husky is an NPM package that makes it easy to integrate Git Hooks into your project. It can be used to automate tasks such as running tests, linters, etc. It is extremely fast and weighs only 2kb. Additionally, with Husky, we can create hooks using POSIX shell scripts.
- React with Vite On Steroids
-
How Should You Use an Auto-Formatter?
In the case of pre-commit hooks, the runtime either has to be installed manually by every user (in the case of Husky) or is handled in Python (in the case of pre-commit). Running Node.js through Python/pyenv introduces an additional layer of complexity, which can lead to issues like OpenSSL library incompatibilities.
- Automatizando o versionamento semΓ’ntico com Git Hooks
-
Git-cliff β Generate changelog from the Git history
I don't know where you're getting this but there are in fact many tools for local commit hooks https://typicode.github.io/husky/
-
Introduction to Git Hooks
Husky - Git hooks for Node.js, manage your hooks from your package.json.
-
The Senior Engineer's Guide to the Code Reviews
Husky: For running pre-commit checks and static analysis.
-
Make Commit in Your React Project Format-Test-Build Ready with Husky - A Step-by-Step Guide
Husky: It enables us to easily use git hooks. We can define commands when a specific behavior happens. We will use pre-commit, which is hooked before creating a commit.
What are some alternatives?
stylelint-scss - A collection of SCSS specific linting rules for Stylelint
simple-git-hooks - A simple git hooks manager for small projects
javascript-tooling
lerna - :dragon: Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.
stylelint-config-prettier - Turns off all rules that are unnecessary or might conflict with prettier.
pre-commit - A framework for managing and maintaining multi-language pre-commit hooks.
npm-run-all - A CLI tool to run multiple npm-scripts in parallel or sequential.
standard-version - :trophy: Automate versioning and CHANGELOG generation, with semver.org and conventionalcommits.org
prettier - Prettier is an opinionated code formatter.
pretty-quick - β‘ Get Pretty Quick
commitlint - π Lint commit messages
patch-package - Fix broken node modules instantly ππ½ββοΈπ¨