YOSGO LICENSE.
- goto root folder
./bashrc
or./zshrc
- copy/paste new line below
alias mit-license="curl https://raw.githubusercontent.com/yosgo-opensource/LICENSE/main/MIT.txt > ./LICENSE"
- reload the
./bashrc
or./zshrc
> source ~/.bashrc # or ~/.zshrc
- into project root
> mit-license
- nice, we get the new
LICENSE
file.