diff options
author | kaiwu <kaiwu2004@gmail.com> | 2024-07-12 11:33:00 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2024-07-12 11:33:00 +0800 |
commit | cdcdc58d001d87e8430e1a4818252d3ce18daf2b (patch) | |
tree | 6ce6ed876a370ba9b3ae2efe914565cd79fe4098 /README.md | |
download | wechat_dev_tools-cdcdc58d001d87e8430e1a4818252d3ce18daf2b.tar.gz wechat_dev_tools-cdcdc58d001d87e8430e1a4818252d3ce18daf2b.zip |
git init
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 24 |
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 + +[](https://hex.pm/packages/wechat_dev_tools) +[](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 +``` |