A starter project to enable:
- 🚀 TypeScript for compilation and sanity
- ✅ ESLint to keep your code in check
- ✨ Prettier to make stuff prettiest
export PROJECT_NAME=MyNewProject
git clone https://github.com/serby/typescript-eslint-prettier-starter.git $PROJECT_NAME
cd $PROJECT_NAME
rm -rf .git
yarn install
git clone git@github.com:serby/typescript-eslint-prettier-starter.git
#git clone git@github.com:{your_fork}/typescript-eslint-prettier-starter.git
cd typescript-eslint-prettier-starter
yarn install
Licensed under ISC