[!CAUTION]
DEAD! Use Vite or something like that.
Generate new angular project + prettier`
- This script uses pnpm as package manager by default. No choice for now.
- It will install prettier as dev dependency
- It adds
formatscript inpackage.json - It performs a prettier on the project and commit it.
sudo wget https://gist.githubusercontent.com/kasir-barati/fb8263d5f546de1503847928ad4c6025/raw/my-create-react-app -O /usr/local/bin/my-create-react-appsudo chmod +x /usr/local/bin/my-create-react-appmy-create-react-app project-name
Future improvements:
- Installing and configuring husky