Skip to content

Commit

Permalink
Shift
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Jul 23, 2024
1 parent c311d93 commit 7890463
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Looking for something to build? Check out [the suggestions list][suggestions].
- [Project Tooling](#project-tooling)
- [Push Notifications](#push-notifications)
- [Randomness](#randomness)
- [SDKs](#sdks)
- [Standards](#standards)
- [Templating](#templating)
- [Testing](#testing)
Expand Down Expand Up @@ -75,7 +76,6 @@ Looking for something to build? Check out [the suggestions list][suggestions].

- [esgleam](https://github.com/Enderchief/esgleam) - [📚](https://hexdocs.pm/esgleam/) - esbuild for Gleam
- [gleescript](https://github.com/lpil/gleescript) - [📚](https://hexdocs.pm/gleescript/) - Bundle your Gleam-on-Erlang project into an escript, a single executable file!
- [wechat_dev_tools](https://github.com/kaiwu/wechat_dev_tools) - [📚](https://hexdocs.pm/wechat_dev_tools/) - Tools to develop wechat miniprogram in gleam

### Command Line

Expand Down Expand Up @@ -222,7 +222,6 @@ Looking for something to build? Check out [the suggestions list][suggestions].
- [gleam_javascript](https://github.com/gleam-lang/javascript) - [📚](https://hexdocs.pm/gleam_javascript/) - Work with JavaScript types and values in Gleam
- [javascript_dom_parser](https://github.com/lpil/javascript-dom-parser) - [📚](https://hexdocs.pm/javascript_dom_parser/) - Bindings to the JavaScript DOMParser API
- [plinth](https://github.com/Crowdhailer/plinth) - [📚](https://hexdocs.pm/plinth/) - Bindings to Node.js and browser platform APIs
- [weapp](https://github.com/kaiwu/weapp) - [📚](https://hexdocs.pm/weapp/) - Gleam bindings for wechat miniprogram, a.k.a weapp

### Logging and Monitoring

Expand Down Expand Up @@ -265,6 +264,11 @@ Looking for something to build? Check out [the suggestions list][suggestions].
- [minigen](https://github.com/mrdimosthenis/minigen) - [📚](https://hexdocs.pm/minigen/) - Pure random data generation, appropriate for realistic simulations
- [prng](https://github.com/giacomocavalieri/prng) - [📚](https://hexdocs.pm/prng/) - A Pure Random Number Generator

### SDKs

- [weapp](https://github.com/kaiwu/weapp) - [📚](https://hexdocs.pm/weapp/) - Gleam bindings for wechat miniprogram, a.k.a weapp
- [wechat_dev_tools](https://github.com/kaiwu/wechat_dev_tools) - [📚](https://hexdocs.pm/wechat_dev_tools/) - Tools to develop wechat miniprogram in gleam

### Standards

- [glisbn](https://github.com/solar05/glisbn) - [📚](https://hexdocs.pm/glisbn/) - A ISBN utility library for Gleam.
Expand Down
5 changes: 5 additions & 0 deletions packages/glerd_valid.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "glerd_valid"
description = "Gleam Record validators using Glerd metadata"
docs_url = "https://hexdocs.pm/glerd_valid/"
repo_url = "https://github.com/darky/glerd-valid"
category = ""
5 changes: 5 additions & 0 deletions packages/outcome.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "outcome"
description = "Error handling for Gleam applications"
docs_url = "https://hexdocs.pm/outcome/"
repo_url = "https://github.com/sporto/gleam-outcome"
category = ""
2 changes: 1 addition & 1 deletion packages/weapp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name = "weapp"
description = "Gleam bindings for wechat miniprogram, a.k.a weapp"
docs_url = "https://hexdocs.pm/weapp/"
repo_url = "https://github.com/kaiwu/weapp"
category = "JavaScript"
category = "SDKs"
2 changes: 1 addition & 1 deletion packages/wechat_dev_tools.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name = "wechat_dev_tools"
description = "Tools to develop wechat miniprogram in gleam"
docs_url = "https://hexdocs.pm/wechat_dev_tools/"
repo_url = "https://github.com/kaiwu/wechat_dev_tools"
category = "Build Tooling"
category = "SDKs"

0 comments on commit 7890463

Please sign in to comment.