Skip to content

Commit

Permalink
adds cactus and go-over categories (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwireman authored Jul 10, 2024
1 parent 1ddd7f6 commit 5858238
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Looking for something to build? Check out [the suggestions list][suggestions].
- [Networking](#networking)
- [Numbers](#numbers)
- [Parsing](#parsing)
- [Project Tooling](#project-tooling)
- [Push Notifications](#push-notifications)
- [Randomness](#randomness)
- [Standards](#standards)
Expand Down Expand Up @@ -244,6 +245,11 @@ Looking for something to build? Check out [the suggestions list][suggestions].
- [nibble](https://github.com/hayleigh-dot-dev/gleam-nibble) - [📚](https://hexdocs.pm/nibble/) - A string parsing library heavily inspired by elm/parser.
- [stoiridh_version](https://gitlab.com/stoiridh-project/stoiridh-version) - [📚](https://hexdocs.pm/stoiridh_version/) - Semantic Versioning 2.0.0

### Project Tooling

- [cactus](https://github.com/bwireman/cactus) - [📚](https://hexdocs.pm/cactus/) - A tool for managing git lifecycle hooks with ✨ gleam! Pre commit, Pre push and more!
- [go_over](https://github.com/bwireman/go-over) - [📚](https://hexdocs.pm/go_over/) - A tool to audit Erlang & Elixir dependencies, to make sure your gleam projects really sparkle! ✨

### Push Notifications

- [wimp](https://github.com/lpil/wimp-pushover) - [📚](https://hexdocs.pm/wimp/) - A Gleam client for the Pushover push notification API
Expand Down
2 changes: 1 addition & 1 deletion packages/cactus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name = "cactus"
description = "A tool for managing git lifecycle hooks with ✨ gleam! Pre commit, Pre push and more!"
docs_url = "https://hexdocs.pm/cactus/"
repo_url = "https://github.com/bwireman/cactus"
category = ""
category = "Project Tooling"
2 changes: 1 addition & 1 deletion packages/go_over.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name = "go_over"
description = "A tool to audit Erlang & Elixir dependencies, to make sure your gleam projects really sparkle! ✨"
docs_url = "https://hexdocs.pm/go_over/"
repo_url = "https://github.com/bwireman/go-over"
category = ""
category = "Project Tooling"
2 changes: 1 addition & 1 deletion packages/rada.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name = "rada"
description = "A library for dates with no times or time zones"
docs_url = "https://hexdocs.pm/rada/"
repo_url = "https://github.com/michaeljones/rada"
category = "Time"
category = "Time"

0 comments on commit 5858238

Please sign in to comment.