# myflow-developer **Repository Path**: myrestop/myflow-developer ## Basic Information - **Project Name**: myflow-developer - **Description**: RunFlow开发者插件 - **Primary Language**: Kotlin - **License**: MIT - **Default Branch**: master - **Homepage**: https://myrest.top/zh-cn/myflow - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-06-11 - **Last Updated**: 2024-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: myrest, runflow, plugin, tools, developer ## README # myflow-developer This is a plugin for developers that provides many commonly used functions, including code naming style conversion, color parser, base32 and base64 encoding and decoding, sha1 and sha256 encoding, md5 encoding, uuid generator, regex matching, capitalization conversation, etc. If you have other features, or encounter any problems, welcome to submit a feedback. ### Color Parser Supports 6-digit and 8-digit hexadecimal lengths, example `0xAABBCC` `0xEE778899`. The `0x` prefix can be omitted. RGB format supports two writing methods, example: `rgb 7 77 777` `rgb(25,25,25)`