trex-cli
v1.3.0
Published
Front-end tool scaffolding like Tyrannosaurus rex
Downloads
8
Maintainers
Readme
trex-cli
技术栈
- 终端工具【commander】https://github.com/tj/commander.js
- 命令行icon【ora】https://github.com/sindresorhus/ora
- 命令字体美化【chalk】 https://github.com/chalk/chalk
- 处理问题交互【prompts】https://github.com/terkelg/prompts
- 下载工具【download-git-repo】https://www.npmjs.com/package/download-git-repo
安装cli(建议使用npm源)
npm install -g trex-cli
yarn global add trex-cli
使用cli
trex create
可选模版
- webpack5和vue3+ts的模版:https://github.com/bullet-fe/vue3-ts-template
- webpack4+vue2+express的服务端渲染模版:https://github.com/bullet-fe/vue2-ssr-template
- parcel + express纯静态html模版:https://github.com/bullet-fe/html-activity-template