You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://www.conventionalcommits.org/en/v1.0.0/)[](https://semantic-release.gitbook.io/semantic-release/usage/configuration)[](https://jetpack.io/devbox/docs/contributor-quickstart/)
[](https://www.conventionalcommits.org/en/v1.0.0/)[](https://semantic-release.gitbook.io/semantic-release/usage/configuration)[](https://jetpack.io/devbox/docs/contributor-quickstart/)
20
13
21
14
</div>
22
15
23
-
## ➤ Getting Started <aname = "getting-started"></a>
16
+
#Getting Started
24
17
25
18
If you want contribute on this project, first you need to make a **git clone**:
This will give you access to the code on your **local machine**.
32
25
33
-
## ➤ Description <aname = "description"></a>
26
+
<palign="right">(<ahref="#readme-top">back to top</a>)</p>
27
+
28
+
# Description
34
29
35
30
This **CLI** is intended to be a code lab and best practices for creating a project ready to receive community builds, while introducing the basics for creating a **CLI** tool in **Go** and the standardization of conventions for the development workflow.
36
31
37
-
## ➤ Install <aname = "install"></a>
32
+
#Install
38
33
39
34
with `go`:
40
35
@@ -55,21 +50,25 @@ brew install loli
55
50
56
51
or use a binary from [releases](https://github.com/ci-monk/loli/releases/latest).
57
52
58
-
## ➤ Usage <aname = "usage"></a>
53
+
<palign="right">(<ahref="#readme-top">back to top</a>)</p>
59
54
60
-
### Get anime with a file
55
+
# Usage
56
+
57
+
## Get anime with a file
61
58
62
59
```bash
63
60
loli search file anime.jpg
64
61
```
65
62
66
-
###Get anime with a link
63
+
## Get anime with a link
67
64
68
65
```bash
69
66
loli search link https://anime.com/image.png
70
67
```
71
68
72
-
## ➤ Trace.moe <aname = "trace.moe"></a>
69
+
<palign="right">(<ahref="#readme-top">back to top</a>)</p>
70
+
71
+
# Trace.moe
73
72
74
73
Example trace.moe response:
75
74
@@ -102,29 +101,50 @@ Example trace.moe response:
102
101
}
103
102
```
104
103
105
-
## ➤ Demo <aname = "demo"></a>
104
+
<palign="right">(<ahref="#readme-top">back to top</a>)</p>
0 commit comments