Skip to content

Commit

Permalink
feat: add next/dynamic-route
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikaMolino committed Jul 25, 2024
1 parent 057a1f0 commit 1705b6e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/cli_brick_configurations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ final cliConfiguration = CliConfiguration(
'Which state management solution would you like to use in your Next.js project?',
addonNames: ['next/zustand'],
),
Question(
isOptional: true,
prompt:
'Would you like to add a dynamic route to your Next.js project?',
addonNames: ['next/dynamic-route'],
),
],
aliases: ['next'],
),
Expand Down Expand Up @@ -75,6 +81,12 @@ final cliConfiguration = CliConfiguration(
brick: GitPath("https://github.com/acadevmy/next-shacnui-addon-brick"),
description: "Customizable UI for Next.js with ShadcnUI.",
),
AddonCommandDefinition(
name: 'next/dynamic-route',
brick:
GitPath("https://github.com/acadevmy/next-dynamic-route-addon-brick"),
description: "Create a dynamic route for your Next.js project",
),
AddonCommandDefinition(
name: 'angular/tailwind',
brick:
Expand Down

0 comments on commit 1705b6e

Please sign in to comment.