# miniporgram-cli-template **Repository Path**: sixlib/miniporgram-cli-template ## Basic Information - **Project Name**: miniporgram-cli-template - **Description**: miniporgram-cli-template - **Primary Language**: NodeJS - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-09 - **Last Updated**: 2023-08-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # weapp-cli ## `pack-npm-manually` 构建npm ``` sh npm run pack-npm-manually # OR yarn add pack-npm-manually ``` ## `watch` 监听代码变化 ``` sh npm run watch # OR yarn watch ``` ## `build` 构建发布环境代码 ``` sh npm run build # OR yarn build ```