https://gist.github.com/mikearnaldi/cd96146054b79eea62e2e2dd2409c49d
mkdir effect-poc
cd effect-poc
npx gts@latest init
echo "function gi() { curl -sLw \"\\\n\" https://www.toptal.com/developers/gitignore/api/\$@ ;}" >> \
~/.zshrc && source ~/.zshrc
gi node,macos,osx,visualstudiocode > .gitignore
modify tsconfig.json
// "noEmit": true,
"noErrorTruncation": true,