# moonbit-easy **Repository Path**: joe20/moonbit-easy ## Basic Information - **Project Name**: moonbit-easy - **Description**: 使用moonbit实现一些便捷方法 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-25 - **Last Updated**: 2024-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 安装使用 1. 安装,在终端输入 ``` ~ moon update // 可选。更新 mooncakes.io 内容。 ~ moon add enjoecn/easy // 安装 ``` 2. 添加引用。 `moon.pkg.json`的`import`中添加`enjoecn/gb` ``` { "import": [ "enjoecn/easy/string" ] } ``` 3. 使用 ``` fn main { let str = @string.to_ez_string("abc", seplen=0) } ```