# npm
$ npm install -g lic-cli
# or yarn
$ yarn global add lic-cli
# 创建模版
$ npx create lic-cli <projectName> [-t | --template]
# 示例
$ npx create lic-cli hello-cli -template react-ts-template
# 创建模版
$ lic-cli create <projectName> [-t | --template]
# 示例
$ lic-cli create hello-cli -t react-ts-template