Skip to content

Commit

Permalink
feat: add angular tailwind brick configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele-bil committed Jul 15, 2024
1 parent 030ff35 commit f663d0f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions lib/cli_brick_configurations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ final cliConfiguration = CliConfiguration(
description:
'Generate a fully-equipped Angular project in your workspace',
aliases: ['ng'],
questions: [
Question(
isOptional: true,
prompt: 'Want to add tailwind to your Angular project?',
addonNames: ['angular/tailwind'],
),
],
),
ApplicationCommandDefinition(
name: 'nextjs',
Expand Down Expand Up @@ -67,6 +74,12 @@ final cliConfiguration = CliConfiguration(
brick: GitPath("https://github.com/acadevmy/next-shacnui-addon-brick"),
description: "Customizable UI for Next.js with ShadcnUI.",
),
AddonCommandDefinition(
name: 'angular/tailwind',
brick:
GitPath("https://github.com/acadevmy/angular-tailwind-addon-brick"),
description: "Integrating TailwindCSS with Angular",
),
],
libraries: [
LibraryCommandDefinition(
Expand Down

0 comments on commit f663d0f

Please sign in to comment.