### 👋 Hi there, my name is Luke
#### 📫 Here are some of my pages
- [My Personal site](https://lukehagar.com/)
- [LinkedIn](https://www.linkedin.com/in/lukehagar/)
- [Dev.to](https://dev.to/lukehagar)
#### My Projects
{{with repo "LukeHagar" "stats-action"}}
[{{.Name}}]({{.URL}})
{{.Description}}
{{.LastRelease.TagName}} - {{humanize .LastRelease.PublishedAt}}
{{end}}
- Plex
- [OpenAPI Specification](https://github.com/LukeHagar/plex-api-spec)
- [API Documentation](https://github.com/LukeHagar/plex-docs) [Site](https://plexapi.dev)
- [JS/TS SDK](https://github.com/LukeHagar/plexjs) [NPM](https://www.npmjs.com/package/@lukehagar/plexjs)
- [Python SDK](https://github.com/LukeHagar/plexpy) [PyPi](https://pypi.org/project/plex-api-client/)
- [OpenAPI Schema Generator](https://oas-def-gen.lukehagar.com)
#### 📜 Some of my recent Dev.to posts
{{range rss "https://dev.to/feed/lukehagar" 10}}
- [{{.Title}}]({{.URL}})
{{- end}}
#### 👷 Recent Contributions
{{range recentContributions 20}}
- [{{.Repo.Name}}]({{.Repo.URL}}) - {{.Repo.Description}}
{{- end}}
#### Recent followers
{{range followers 10}}
- {{.Name}} | {{.Login}}
{{end}}
Want your own self-generating profile page?
Check out [readme-scribe](https://github.com/muesli/readme-scribe)!