# wkmake **Repository Path**: peiiii/wkmake ## Basic Information - **Project Name**: wkmake - **Description**: 一个快速创建python库的命令行工具 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-14 - **Last Updated**: 2021-11-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wkmake Some simple python project build tools. # Install `pip3 install wkmake` # Usage ```shell script # quick start wkmake makepkg mypkg cd mypkg # edit wkmake.yaml , config your package information. # run following command to build pkg at path "." wkmake make . ``` Check out the result in folder `demo`