We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b72d21 commit a0b4b64Copy full SHA for a0b4b64
README.md
@@ -3,16 +3,12 @@
3
Develop wechat miniprograms in [gleam](https://gleam.run).
4
It uses [esbuild]() and [esbuild-plugin-less]() to build `*.json`, `*.wxml` and `.wxss` files
5
6
-[](https://hex.pm/packages/wechat_dev_tools)
7
-[](https://hexdocs.pm/wechat_dev_tools/)
8
-
9
```sh
10
$ git clone https://github.com/kaiwu/wechat_dev_tools.git your-project
11
$ cd your-project
12
$ npm install
13
$ gleam build
14
```
15
-Further documentation can be found at <https://hexdocs.pm/wechat_dev_tools>.
16
17
## Development
18
0 commit comments