yangss3 / init-git-repo

Add some features like lint staged files and conventional commits for git repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add some features like lint staged files and conventional commits for git repo

Install init-git-repo in you local repo:

# npm
npm install -D @yangss/init-git-repo eslint
# pnpm
pnpm add -D @yangss/init-git-repo eslint

then, config your repo with:

# npm
npx init-git-repo --type [js|ts|vue]
# pnpm
pnpm exec init-git-repo --type [js|ts|vue]

Done.

About

Add some features like lint staged files and conventional commits for git repo


Languages

Language:JavaScript 68.9%Language:TypeScript 28.7%Language:Shell 2.4%