/coco

CoCo is conventional commits table CLI

CoCo

What means CoCo

CoCo means Conventional Commits and CoCo is coconut in Portuguese 🇧🇷. CoCo is a CLI table for show you all conventional commits in your terminal. I created this CLI becuse I every forget What all onventional commits types? Now is here 😜

You can check the CoCo table in github gist

Run

Test with the below command

curl https://gist.githubusercontent.com/andre2l2/965b62efd1a5b24b6f83dc1cfdace7ac/raw/f2a850ffd7db4c0b8ea14fefa8ff9bd373b434aa/conventional-commits.md | less

Install

zsh

echo "alias coco=\"curl https://gist.githubusercontent.com/andre2l2/965b62efd1a5b24b6f83dc1cfdace7ac/raw/f2a850ffd7db4c0b8ea14fefa8ff9bd373b434aa/conventional-commits.md | less\"" >> ~/.zshrc && source ~/.zshrc

bash

echo "alias coco=\"curl https://gist.githubusercontent.com/andre2l2/965b62efd1a5b24b6f83dc1cfdace7ac/raw/f2a850ffd7db4c0b8ea14fefa8ff9bd373b434aa/conventional-commits.md | less\"" >> ~/.bashrc && source ~/.bashrc