aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkaiwu <kaiwu2004@gmail.com>2024-07-12 11:33:00 +0800
committerkaiwu <kaiwu2004@gmail.com>2024-07-12 11:33:00 +0800
commitcdcdc58d001d87e8430e1a4818252d3ce18daf2b (patch)
tree6ce6ed876a370ba9b3ae2efe914565cd79fe4098 /README.md
downloadwechat_dev_tools-cdcdc58d001d87e8430e1a4818252d3ce18daf2b.tar.gz
wechat_dev_tools-cdcdc58d001d87e8430e1a4818252d3ce18daf2b.zip
git init
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..cdc5700
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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
+```