https://github.com/ssciwr/precommend
https://github.com/ssciwr/precommend
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ssciwr/precommend
- Owner: ssciwr
- License: mit
- Created: 2023-10-19T13:58:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T17:13:17.000Z (6 months ago)
- Last Synced: 2025-04-14T18:26:21.144Z (6 months ago)
- Language: Python
- Size: 115 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING.md
Awesome Lists containing this project
README
# Welcome to precommend
[](https://opensource.org/licenses/MIT)
`precommend` bootstraps [pre-commit](https://pre-commit.com) configurations based
on the content of your project and the recommendations of the [Scientific Software Center](https://ssc.uni-heidelberg.de).## Installation
The Python package can be installed with
```
python -m pip install precommend
```## Usage
Head to a directory that you want to add a config file to and run
```bash
precommend
```## Acknowledgments
This repository was set up using the [SSC Cookiecutter for Python Packages](https://github.com/ssciwr/cookiecutter-python-package).