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

https://github.com/ssciwr/precommend


https://github.com/ssciwr/precommend

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Welcome to precommend

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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).