Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add readme template #1

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/readme-scribe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@master

- uses: muesli/readme-scribe@master
- uses: charmbracelet/readme-scribe@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -27,4 +27,5 @@ jobs:
branch: main
commit_user_name: readme-scribe 🤖
commit_user_email: [email protected]
commit_author: readme-scribe 🤖 <[email protected]>
commit_author: readme-scribe 🤖 <[email protected]>

64 changes: 64 additions & 0 deletions profile/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@


### Charm blogz

#### [Leveling up Cryptography @ Charm](https://charm.sh//blog/geomys/)

_Two cryptographers walk into a bar. Nobody else has a clue what they're talking about._
<br/>
🩷 by [bashbunni](https://github.com/bashbunni) (2 weeks ago)
<br/>

#### [A coffee shop for your terminal](https://charm.sh//blog/terminaldotshop/)

_coffee acquired @ ssh terminal.shop_
<br/>
🩷 by [bashbunni](https://github.com/bashbunni) (1 month ago)
<br/>

#### [Identifying Trends in Your Repos’ Issues…with AI!](https://charm.sh//blog/gh-mods-pop/)

_Get a summary of your project's issues sent to your inbox with Mods and Pop_
<br/>
🩷 by [bashbunni](https://github.com/bashbunni) (3 months ago)
<br/>

#### [This is How We Do It](https://charm.sh//blog/100k/)

_How we build popular open source software_
<br/>
🩷 by [meowgorithm](https://github.com/meowgorithm) (4 months ago)
<br/>

#### [2023 Charm Wrapped!](https://charm.sh//blog/2023-roundup/)

_Charm’s 2023 highlights_
<br/>
🩷 by [charmbracelet](https://github.com/charmbracelet) (7 months ago)
<br/>

There's [more](https://charm.sh/blog) where that came from...

### Fresh n' juicy news

bashbunni marked this conversation as resolved.
Show resolved Hide resolved
### Stargazing
- 25,828 ⭐️ [bubbletea](https://github.com/charmbracelet/bubbletea) - A powerful little TUI framework 🏗 [_v0.12.1_](https://github.com/charmbracelet/bubbletea/releases/tag/v0.12.1)
- 17,494 ⭐️ [gum](https://github.com/charmbracelet/gum) - A tool for glamorous shell scripts 🎀 [_v0.1.0_](https://github.com/charmbracelet/gum/releases/tag/v0.1.0)
- 15,441 ⭐️ [glow](https://github.com/charmbracelet/glow) - Render markdown on the CLI, with pizzazz! 💅🏻 [_v0.1_](https://github.com/charmbracelet/glow/releases/tag/v0.1)
- 14,518 ⭐️ [vhs](https://github.com/charmbracelet/vhs) - Your CLI home video recorder 📼 [_v0.0.1_](https://github.com/charmbracelet/vhs/releases/tag/v0.0.1)
- 7,721 ⭐️ [lipgloss](https://github.com/charmbracelet/lipgloss) - Style definitions for nice terminal layouts 👄 [_v0.1.0_](https://github.com/charmbracelet/lipgloss/releases/tag/v0.1.0)
- 5,165 ⭐️ [bubbles](https://github.com/charmbracelet/bubbles) - TUI components for Bubble Tea 🫧 [_v0.7.1_](https://github.com/charmbracelet/bubbles/releases/tag/v0.7.1)
- 5,102 ⭐️ [soft-serve](https://github.com/charmbracelet/soft-serve) - The mighty, self-hostable Git server for the command line🍦 [_v0.1.0_](https://github.com/charmbracelet/soft-serve/releases/tag/v0.1.0)
- 3,835 ⭐️ [huh](https://github.com/charmbracelet/huh) - Build terminal forms and prompts 🤷🏻‍♀️ [_v0.1.0_](https://github.com/charmbracelet/huh/releases/tag/v0.1.0)
- 3,340 ⭐️ [wish](https://github.com/charmbracelet/wish) - Make SSH apps, just like that! 💫 [_v0.1.0_](https://github.com/charmbracelet/wish/releases/tag/v0.1.0)
- 2,987 ⭐️ [freeze](https://github.com/charmbracelet/freeze) - Generate images of code and terminal output 📸 [_v0.1.3_](https://github.com/charmbracelet/freeze/releases/tag/v0.1.3)

> Charm repos, sorted by star power.

***

Part of [Charm](https://charm.sh).

<a href="https://charm.sh/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-badge.jpg" width="400"></a>

Charm热爱开源 • Charm loves open source •
35 changes: 35 additions & 0 deletions templates/README.md.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{{ $authors := dict "Christian Rocha" "meowgorithm" "Bashbunni" "bashbunni" "Ayman Bagabas" "aymanbagabas" "Carlos Becker" "caarlos0" "Maas Lalani" "maaslalani" "Charm" "charmbracelet"}}

### Charm blogz

{{- range rss "https://charm.sh/blog/rss.xml" 5}}

#### [{{.Title}}]({{.URL}})

_{{.Description}}_
<br/>
🩷 by [{{get $authors .Author }}](https://github.com/{{get $authors .Author}}) ({{humanize .PublishedAt}})
<br/>
{{- end}}

There's [more](https://charm.sh/blog) where that came from...

### Fresh n' juicy news

### Stargazing

{{- range popularRepos "charmbracelet" 10}}
{{- with repo "charmbracelet" .Name}}
- {{ humanize .Stargazers}} ⭐️ [{{.Name}}]({{.URL}}){{with .Description}} - {{.}}{{end}} [_{{.LastRelease.TagName}}_]({{.LastRelease.URL}})
{{- end}}
{{- end}}

> Charm repos, sorted by star power.

***

Part of [Charm](https://charm.sh).

<a href="https://charm.sh/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-badge.jpg" width="400"></a>

Charm热爱开源 • Charm loves open source •