github + npm工程化协作开发栈 脚手架工具
# 利用npx直接使用lunz
npx lunz my-project-name
# 或者全局安装lunz后初始化
npm i -g lunz
lunz my-project-name
- 点击右上角的Fork按钮。
- 新建一个分支:
git checkout -b my-new-feature
- 上报你的更新:
git commit -am 'Add some feature'
- 分支上传云端:
git push origin my-new-feature
- 提交
pull request
😘
刘羽冲 © wanthering