https://github.com/joseluisq/git-testing-hook
Git pre-commit hook that just runs your tests
https://github.com/joseluisq/git-testing-hook
git hook nodejs npm pre-commit testing
Last synced: 2 months ago
JSON representation
Git pre-commit hook that just runs your tests
- Host: GitHub
- URL: https://github.com/joseluisq/git-testing-hook
- Owner: joseluisq
- License: mit
- Created: 2018-08-21T22:11:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T10:06:01.000Z (almost 8 years ago)
- Last Synced: 2024-05-23T02:31:14.337Z (about 2 years ago)
- Topics: git, hook, nodejs, npm, pre-commit, testing
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# git-testing-hook [](https://www.npmjs.com/package/git-testing-hook) [](https://www.npmjs.com/package/git-testing-hook) [](https://standardjs.com)
> Git pre-commit hook that just runs your tests. :green_apple:

## Install
[Yarn](https://github.com/yarnpkg/)
```sh
yarn add git-testing-hook --dev
```
[NPM](https://www.npmjs.com/)
```sh
npm install git-testing-hook --save-dev
```
## Contributions
Feel free to send some [Pull request](https://github.com/joseluisq/git-testing-hook/pulls) or [issue](https://github.com/joseluisq/git-testing-hook/issues).
## License
MIT license
© 2018 [José Luis Quintana](http://git.io/joseluisq)