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

https://github.com/glyphack/simu


https://github.com/glyphack/simu

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

Pre-commit Hook
----------------

Enable the repo’s pre-commit hook to run checks before each commit:

```
git config core.hooksPath .githooks
```

This sets Git to use hooks from `.githooks/`. The `pre-commit` hook runs `./check.sh` and will block commits if checks fail.