@archipro-public/repo
v1.5.3
Published
### pnpm ```shell pnpm add @archipro-public/repo ```
Downloads
78
Keywords
Readme
This repository contains utilities for working with a repo at Archipro
pnpm
pnpm add @archipro-public/repo
Commands
Below the available commands
Commit
This command sets up commitizen in you repository
node_modules/.bin/commit
After running the command add the following to your package.json
{
"scripts": {
"commit": "git-cz"
}
}
To make a commit then run
pnpm commit