By default, husky expects your project's package.json and your .git directory to be at the same level. It can be configured to support monorepos or sub-directories.Check documentation for more.
git hooks hook pre-commit precommit post-commit postcommit pre-push prepush post-merge postmerge test lintpre-commit is a pre-commit hook installer for git. It will ensure that your npm test (or other specified scripts) passes before you can commit your changes. This all conveniently configured in your package.json. But don't worry, you can still force a commit by telling git to skip the pre-commit hooks by simply committing using --no-verify.
git hooks npm pre-commit precommit run test developmentRuns Prettier on your changed files.
prettier cli git mercurial hg pretty-quick formatting code vcs precommitImportant git hooks implemented using Nodejs for your project. You can easily run the pre-commit and pre-push Git hooks to avoid breaking the local master branch or the remote master.
git hooks git-hook npm pre-commit pre-push precommit testThis is a super simple framework to facilitate creating your own modules similar to precommit-hook. This module isn't intended to be used directly in your projects (thought it can be), but rather as the dependency of a module that you create that will act as a template of sorts.
precommit pre-commit git hookYou might also be interested in hela-config-tunnckocore or in the other related projects. If you have any how-to kind of questions, please read Code of Conduct and join the chat rooms or open an issue. You may also read the Contributing Guide. There, beside "How to contribute?", we describe everything stated by the badges.
hela task runner task-runner presets shareable-configs config lightweight framework exec series parallel concurrency execa shell cross-platform eslint manager scaffolder automation charlike cli command-line configs es2015 eslint-fix execute hooks lint npm-scripts precommit prettier publish release scripts semantic semantic-release shareable-presets standard tasks testing
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.