# tools **Repository Path**: talk-lucky/tools ## Basic Information - **Project Name**: tools - **Description**: mine tools - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-04-03 - **Last Updated**: 2022-06-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tools mine tools # 持续作死中... # 在线项目 [工具集](http://tools.jcwblog.com) # 安装步骤 ### 依赖安装 ```bash npm install ``` ### 启动开发环境 ```bash npm run dev ``` 通过 `localhost:8000` 访问 ### 打包 ```bash npm run build ``` ### chrome插件安装 扩展程序 -> 打开开发者模式 -> 加载已解压的扩展程序 -> 选择 chrome 目录 # 计划 **字符串处理** ​- ✅ json 格式化/压缩 ​- ✅ unserialize 格式化/压缩 ​- ✅ md5 加密 ​- ✅ base64 编码/解码 ​- ✅ url 链接编码/解码 ​- ✅ case 大小写转换 ​- ✅ trim 空格去除 ​- ✅ reverse 反转 ​- ✅ string-length 字符长度 ​- ✅ string-repeat 字符重复 ​- ✅ sql SQL转注释 - ✅ to-bulk postman bulk params 支持json/url **换算** ​- ✅ timestamp 时间换算 **图片处理** ​- ✅ image 占位图生成/下载 ​- ✅ data-image data image url 生成 **对象处理** ​- ✅ string-class 字符转class ​- ❎ json-class json转class ​- ❎ unserialize-class unserialize转class **代码处理** ​- ❎ html 压缩/解压 ​- ❎ js 压缩/解压 ​- ❎ css 压缩/解压 ​- ✅ run-html 运行html **动画处理** - ❎ css3-animation 动画生成 **正则** - 外链 [传送门](https://tool.chinaz.com/regex) - 常用正则 - 代码处理类转换 **参数提取** - 提取 `json`、`serialize`、`xml` 中的某些字段 **功能** - `复制` 功能 - `下载` 功能