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

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

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"'
```