An open API service indexing awesome lists of open source software.

https://github.com/ruochuan12/fe-cli

fe-cli
https://github.com/ruochuan12/fe-cli

Last synced: 8 months ago
JSON representation

fe-cli

Awesome Lists containing this project

README

          

# fe-cli

fe-cli

feature:
lint-staged husky
init
build
release-it
changelog
git-cz

https://github.com/youzan/vant/blob/dev/packages/vant-cli/src/commands/changelog.ts

做个简单的脚手架。

- [ ] 任务
- [ ] 6月13日—15日,搜索阅读脚手架相关文章,做些点评发表在[issue](https://github.com/lxchuan12/fe-cli/issues/1)。
- [ ] 6月15日-16日,确定想做的一个功能或者多个功能,发布在[issue](https://github.com/lxchuan12/fe-cli/issues/2),欢迎交流讨论。
- [ ] 自己新建`feature`分支开始编码,比如`feature/ruochuan`,编码完成提交
- [ ] 创建分支命令 比如 git checkout -b feature/ruochuan origin/feature/ruochuan
- [ ] 首次推送到远程命令 git push --set-upstream origin feature/ruochuan,之后就可以git push直接推送了
- [ ] 在项目下 `npm link` ,可以全局使用`fe`或者`fe-cli`命令,测试自己所写功能。
- [ ] 暂定6月21日-22日(周末),对大家完成的功能做简单点评、也可以投入自己项目使用,后续也可以持续优化。

具体任务看[project](https://github.com/lxchuan12/fe-cli/projects)

再看[issue](https://github.com/lxchuan12/fe-cli/issues)