Skip to content

Commit

Permalink
feat: add nestjs brick
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele-bil committed May 27, 2024
1 parent 60f5d91 commit 599afb9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/cli_brick_configurations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ final cliConfiguration = CliConfiguration(
brick: GitPath("https://github.com/acadevmy/directus-application-brick"),
description: "Generate a fully-equipped Nextjs project in your workspace",
),
ApplicationCommand(
name: "nestjs",
brick: GitPath("https://github.com/acadevmy/nestjs-application-brick"),
description: "Generate a fully-equipped NestJS project in your workspace",
),
],
addons: [
AddonCommand(
Expand Down

0 comments on commit 599afb9

Please sign in to comment.