We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f886b8e commit a618ed9Copy full SHA for a618ed9
1 file changed
README.md
@@ -5,7 +5,21 @@ ShitLib (oh Shit!) [![Build Status](https://travis-ci.org/ShitLib/shitlib-java.s
5
The library that helps you remember about things done bad.
6
With ShitLib you will be always aware of the shitty code inside your application.
7
8
+### Installation
9
+Import the library, proabably the smallest library you'll every see
10
+```xml
11
+<dependency>
12
+ <groupId>io.github.shitlib</groupId>
13
+ <artifactId>shitlib-java</artifactId>
14
+ <version>1</version>
15
+</dependency>
16
+```
17
18
+```groovy
19
+dependencies {
20
+ implementation 'io.github.shitlib:shitlib-java:1'
21
+}
22
23
24
### Usage
25
Are you writing unwanted code, antipatterns, magic numbers?
0 commit comments