# lutuo-cli **Repository Path**: lutuometa/lutuo-cli ## Basic Information - **Project Name**: lutuo-cli - **Description**: 陆拓前端web项目创建脚手架工具 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-18 - **Last Updated**: 2024-08-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 查看支持的项目模板 ``` lutuo-cli list ``` ### 根据模板创建项目 ``` lutuo-cli init 模板名称 项目名称 eg: lutuo-cli init vue3 myTestProject ``` ### npm publish ```sh npm login --registry=http://172.16.30.12:8081/repository/npm-hosted/ npm publish --registry=http://172.16.30.12:8081/repository/npm-hosted/ ```