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