Skip to content

andre2l2/coco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published