angular-codx-recipe

1.0.1 • Public • Published

Angular Codx Recipe

This repository contains a Codx recipe for setting up Angular projects quickly and efficiently.

About Codx

Codx is a tool that helps developers automate repetitive setup tasks and scaffolding. Learn more about Codx in the official documentation.

What This Recipe Installs

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.

How to Use This Recipe

To use this recipe, you just need to run one of the following commands:

Using NPM

npx codx run angular

Using PNPM

pnpm dlx codx run angular

Using Yarn

yarn dlx codx run angular

Using Bun

bunx codx run angular

After running the command, follow the prompts to customize your Angular project setup.

Package Sidebar

Install

npm i angular-codx-recipe

Weekly Downloads

60

Version

1.0.1

License

MIT

Unpacked Size

16.5 kB

Total Files

7

Last publish

Collaborators

  • marmotz