This repository contains a Codx recipe for setting up Angular projects quickly and efficiently.
Codx is a tool that helps developers automate repetitive setup tasks and scaffolding. Learn more about Codx in the official documentation.
This recipe will help you set up a new Angular project with optional dependencies:
- Angular core project
- Tailwind CSS (optional)
- ESLint (optional)
- Prettier (optional)
- Biome (optional)
- PrimeNG (optional)
- Husky for Git hooks (optional)
The recipe guides you through a series of prompts to customize your installation according to your needs.
To use this recipe, you just need to run one of the following commands:
npx codx run angular
pnpm dlx codx run angular
yarn dlx codx run angular
bunx codx run angular
After running the command, follow the prompts to customize your Angular project setup.