Skip to content

h-cli 一个快捷创建完整模板项目的命令行工具

License

Notifications You must be signed in to change notification settings

huangmingfu/h-cli

Repository files navigation

全局安装

npm install -g hmf-cli

直接使用 npx 一次性使用

npx hmf-cli create
npx hmf-cli list

交互式选择模板

hmf-cli create  
# or  
hmf-cli create my-project

列出所有可用模板

hmf-cli list

直接指定模板类型(type)

hmf-cli create my-project -t react  
# or  
hmf-cli create my-project --template react

查看当前版本

hmf-cli -v
# or
hmf-cli --version

卸载

npm uninstall -g hmf-cli

About

h-cli 一个快捷创建完整模板项目的命令行工具

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published