Skip to content

Commit

Permalink
add wechat development tools
Browse files Browse the repository at this point in the history
add wechat development tools
  • Loading branch information
kaiwu authored and lpil committed Jul 23, 2024
1 parent bbdd9f0 commit c311d93
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ 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 @@ -221,6 +222,7 @@ 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
4 changes: 2 additions & 2 deletions packages/weapp.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "weapp"
description = "gleam bindings for wechat miniprogram, a.k.a 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 = ""
category = "JavaScript"
4 changes: 2 additions & 2 deletions packages/wechat_dev_tools.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "wechat_dev_tools"
description = "tools to develop wechat miniprogram in gleam"
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 = ""
category = "Build Tooling"

0 comments on commit c311d93

Please sign in to comment.