aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: cdc570044fab6c80111564e1542692f96cd5286f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# wechat_dev_tools

[![Package Version](https://img.shields.io/hexpm/v/wechat_dev_tools)](https://hex.pm/packages/wechat_dev_tools)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/wechat_dev_tools/)

```sh
gleam add wechat_dev_tools@1
```
```gleam
import wechat_dev_tools

pub fn main() {
  // TODO: An example of the project in use
}
```

Further documentation can be found at <https://hexdocs.pm/wechat_dev_tools>.

## Development

```sh
gleam run   # Run the project
gleam test  # Run the tests
```