11# markscribe
22
3- [ ![ Latest Release] ( https://img.shields.io/github/release/muesli /markscribe.svg )] ( https://github.com/muesli /markscribe/releases )
4- [ ![ Build Status] ( https://github.com/muesli /markscribe/workflows/build/badge.svg )] ( https://github.com/muesli /markscribe/actions )
5- [ ![ Go ReportCard] ( https://goreportcard.com/badge/muesli /markscribe )] ( https://goreportcard.com/report/muesli /markscribe )
6- [ ![ GoDoc] ( https://godoc.org/github.com/golang/gddo?status.svg )] ( https://pkg.go.dev/github.com/muesli /markscribe )
3+ [ ![ Latest Release] ( https://img.shields.io/github/release/charmbracelet /markscribe.svg )] ( https://github.com/charmbracelet /markscribe/releases )
4+ [ ![ Build Status] ( https://github.com/charmbracelet /markscribe/workflows/build/badge.svg )] ( https://github.com/charmbracelet /markscribe/actions )
5+ [ ![ Go ReportCard] ( https://goreportcard.com/badge/charmbracelet /markscribe )] ( https://goreportcard.com/report/charmbracelet /markscribe )
6+ [ ![ GoDoc] ( https://godoc.org/github.com/golang/gddo?status.svg )] ( https://pkg.go.dev/github.com/charmbracelet /markscribe )
77
88Your personal markdown scribe with template-engine and Git(Hub) & RSS powers 📜
99
10- You can run markscribe as a GitHub Action: [ readme-scribe] ( https://github.com/muesli /readme-scribe/ )
10+ You can run markscribe as a GitHub Action: [ readme-scribe] ( https://github.com/charmbracelet /readme-scribe/ )
1111
1212## Usage
1313
@@ -25,9 +25,9 @@ Render to a file:
2525
2626If you use Brew, you can simply install the package:
2727
28- brew install muesli /tap/markscribe
28+ brew install charmbracelet /tap/markscribe
2929
30- Or download a binary from the [ releases] ( https://github.com/muesli /markscribe/releases )
30+ Or download a binary from the [ releases] ( https://github.com/charmbracelet /markscribe/releases )
3131page. Linux (including ARM) binaries are available, as well as Debian and RPM
3232packages.
3333
@@ -39,15 +39,15 @@ working Go environment (Go 1.16 or higher is required). See the
3939
4040To install markscribe, simply run:
4141
42- go get github.com/muesli /markscribe
42+ go get github.com/charmbracelet /markscribe
4343
4444## Templates
4545
4646You can find an example template to generate a GitHub profile README under
4747[ ` templates/github-profile.tpl ` ] ( templates/github-profile.tpl ) . Make sure to fill in (or remove) placeholders,
4848like the RSS-feed or social media URLs.
4949
50- Rendered it looks a little like my own profile page: https://github.com/muesli
50+ Rendered it looks a little like my own profile page: https://github.com/charmbracelet
5151
5252## Functions
5353
@@ -123,7 +123,7 @@ This function requires GitHub authentication with the following API scopes:
123123### Custom GitHub repository
124124
125125```
126- {{with repo "muesli " "markscribe"}}
126+ {{with repo "charmbracelet " "markscribe"}}
127127Name: {{.Name}}
128128Description: {{.Description}}
129129URL: {{.URL}}
@@ -276,4 +276,4 @@ Q: That's awesome, but can you expose more APIs and data?
276276A: Of course, just open a new issue and let me know what you'd like to do with markscribe!
277277
278278Q: That's awesome, but I don't have my own server to run this on. Can you help?
279- A: Check out [ readme-scribe] ( https://github.com/muesli /readme-scribe/ ) , a GitHub Action that runs markscribe for you!
279+ A: Check out [ readme-scribe] ( https://github.com/charmbracelet /readme-scribe/ ) , a GitHub Action that runs markscribe for you!
0 commit comments