Skip to content

Commit e4c7cdb

Browse files
committed
Add README.md
1 parent 47d73e0 commit e4c7cdb

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
repos:
2+
- repo: https://github.com/sourcery-ai/sourcery
3+
rev: v0.9.4
4+
hooks:
5+
- id: sourcery

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Sourcery examples
2+
3+
Try out Sourcery functionality using the examples in this repo
4+
5+
### Setup
6+
7+
1. [Sign up](https://sourcery.ai/signup/) and [install](https://sourcery.ai/dashboard/install) Sourcery in your IDE or code editor
8+
2. Clone this repo and open in your IDE
9+
10+
### Trying it out
11+
12+
- Refactoring examples are in the `refactorings` directory
13+
- Try out *Sourcery - scan for refactorings* on the `refactorings/scan` folder
14+
- Try out *Sourcery - detect clones* on the `clones` folder

0 commit comments

Comments
 (0)