Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 444 Bytes

File metadata and controls

27 lines (17 loc) · 444 Bytes

lantern-cli

lantern 脚手架

安装

$ npm install -g lantern-cli

使用

$ lantern init <template-name> <project-name>

示例:

$ lantern init lantern-template my-project

上述命令从 ssfe-team/lantern-template 拉取模板,在 ./my-project/ 生成项目

官方模板