An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# git-testing-hook [![npm](https://img.shields.io/npm/v/git-testing-hook.svg)](https://www.npmjs.com/package/git-testing-hook) [![npm](https://img.shields.io/npm/dt/git-testing-hook.svg)](https://www.npmjs.com/package/git-testing-hook) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

> Git pre-commit hook that just runs your tests. :green_apple:

![screen shot 2018-09-05 at 12 04 33](https://user-images.githubusercontent.com/1700322/45086645-f3e9bc80-b103-11e8-9f7a-7e8d4bdd9c8e.png)

## 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)