1.5.3 • Published 2 years ago
@archipro-public/repo v1.5.3
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