degit 简单项目脚手架工具
degit 是一个简单的利用了github 的项目脚手架工具(当然也支持其他git repo ),使用简单
支持基于cli 以及代码模式的使用
参考使用
- 安装
npm install -g degit
- 使用
npx degit https://github.com/rongfengliang/dremio-user-agent-parse-func demoapp
degit 是一个简单的利用了github 的项目脚手架工具(当然也支持其他git repo ),使用简单
支持基于cli 以及代码模式的使用
npm install -g degit
npx degit https://github.com/rongfengliang/dremio-user-agent-parse-func demoapp