# oook **Repository Path**: Joeyscat/oook ## Basic Information - **Project Name**: oook - **Description**: No description available - **Primary Language**: Go - **License**: MulanPSL-2.0 - **Default Branch**: release - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-06-19 - **Last Updated**: 2021-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # oook ## 安装 ### 下载安装 https://github.com/Joeyscat/oook/releases ### 使用 go get 命令安装 ```bash > go get github.com/joeyscat/oook ``` ## 使用 ```bash # 静态服务器 > oook static-server -d=/images -p=8001 Static Server Running on http://127.0.0.1:8001/ # Proxy(Only Socks5) > oook proxy -p=1080 Proxy Server Running on 1080 # golang 项目生成 > oook gengo -m github.com/joeyscat/helloworld ``` ## TODO ```bash # restful api > oook rest --data=/api.json # linux/windows 换行符互转 > oook dos2unix --path=/code > oook unix2dos --path=/code # golang 项目模板生成 > oook gogen --cli=cobra Generating cli application with cobra ... > oook gogen --web=echo --db=mongodb Generating web application with echo, mongodb ... ```