@yangss/init-git-repo

0.0.14 • Public • Published

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.

Package Sidebar

Install

npm i @yangss/init-git-repo

Weekly Downloads

0

Version

0.0.14

License

ISC

Unpacked Size

4.33 kB

Total Files

4

Last publish

Collaborators

  • yangss