https://github.com/kailong321200875/base-template
A basic template, including husky, commitlint, prettier
https://github.com/kailong321200875/base-template
commitlint husky-hooks template
Last synced: 4 months ago
JSON representation
A basic template, including husky, commitlint, prettier
- Host: GitHub
- URL: https://github.com/kailong321200875/base-template
- Owner: kailong321200875
- License: mit
- Created: 2022-06-11T07:44:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-12T08:04:50.000Z (over 3 years ago)
- Last Synced: 2025-02-01T16:48:46.539Z (9 months ago)
- Topics: commitlint, husky-hooks, template
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# base-template
用于初始化一个空白项目,集成 `husky`、 `commitlint`、 `prettier`,减少前期不必要的项目搭建,用于项目规范。
## 集成其他
如果要集成 `eslint`、 `stylelint` 或者 `typescript` ,可自行集成,具体可以参考:
[Vue3 + TypeScript + vite 实现前端代码规范化](https://juejin.cn/post/7085999128488083464)
## 发布
该模板目前已经集成了发布,打标签,推送的功能,如果需要发布到 `npm`,可执行以下命令
```shell
pnpm run release```