0.10.2 • Published 3 years ago
@boretech/cli v0.10.2
@boretech/cli
English | 简体中文
A CLI tool for bore tech frontend team.
Install
npm install @boretech/cli -gUsage
create specified type of project template
bore create [project_name] -t [h5|mini]Command create has an alias name c. So you can easily use command bore c.
If you want to use interactive settings, use the command bore c directly.
@boretech/cli will prompt you to input or select relevant information.
create project template from custom git registry
bore create [project_name] -g <url><url> can be a repository ssh address or an url to download the repository from.
Notice
@boretech/cli is an internal company version for internal company use only. Therefore, some of its functions will be authorized used with company assets. A public version that does not contain sensitive company information will be released later.