https://github.com/michaeljier/dumi-pnpm-template
dumi + lerna + pnpm + cz template
https://github.com/michaeljier/dumi-pnpm-template
commitzen dumi lerna monorepo pnpm
Last synced: 6 months ago
JSON representation
dumi + lerna + pnpm + cz template
- Host: GitHub
- URL: https://github.com/michaeljier/dumi-pnpm-template
- Owner: MIchaelJier
- License: mit
- Created: 2022-01-10T04:12:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-14T09:37:59.000Z (almost 4 years ago)
- Last Synced: 2025-03-29T18:36:30.880Z (7 months ago)
- Topics: commitzen, dumi, lerna, monorepo, pnpm
- Language: TypeScript
- Homepage:
- Size: 873 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# dumi-pnpm-template
dumi + lerna + pnpm
## tips
1. husky(6.0.0)版本做了Breaking change, 放弃了传统的 JS 配置
```bash
npx husky add .husky/commit-msg 'npx --no-install commitlint --edit "$1"'
```