mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 04:11:15 +00:00
Add CLI app, Go library (#124)
This commit is contained in:
parent
b860521195
commit
3a829d33cf
2 changed files with 24 additions and 0 deletions
BIN
src/assets/images/neonmodem.webp
Normal file
BIN
src/assets/images/neonmodem.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 61 KiB |
|
@ -128,6 +128,24 @@ export class Apps extends Component<any, any> {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<h1>{i18n.t("cli_apps")}</h1>
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
<div class="card col-6">
|
||||||
|
<AppDetails
|
||||||
|
name="neonmodem"
|
||||||
|
description="BBS-style TUI client"
|
||||||
|
link="https://github.com/mrusme/neonmodem"
|
||||||
|
banner="/static/assets/images/neonmodem.webp"
|
||||||
|
links={[
|
||||||
|
{
|
||||||
|
link: "https://github.com/mrusme/neonmodem",
|
||||||
|
icon: "github",
|
||||||
|
},
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<h1>{i18n.t("api_libraries")}</h1>
|
<h1>{i18n.t("api_libraries")}</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
|
@ -142,6 +160,12 @@ export class Apps extends Component<any, any> {
|
||||||
</a>{" "}
|
</a>{" "}
|
||||||
- a dart / flutter client.
|
- a dart / flutter client.
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://github.com/Arsen6331/go-lemmy">
|
||||||
|
go-lemmy
|
||||||
|
</a>{" "}
|
||||||
|
- a Go client.
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue