Skip to content

Commit

Permalink
feat: add firebase/hosting addon
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele-bil committed Aug 6, 2024
1 parent c9ecd99 commit b2340fa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions lib/cli_brick_configurations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@ final cliConfiguration = CliConfiguration(
brick: GitPath("https://github.com/acadevmy/firebase-application-brick"),
description: "Generate a solid Firebase project in your workspace",
aliases: ['fb'],
questions: [
Question(
isOptional: true,
prompt:
'Would you like to add some applications to firebase hosting?',
addonNames: ['firebase/hosting'],
),
],
),
],
addons: [
Expand Down Expand Up @@ -113,6 +121,12 @@ final cliConfiguration = CliConfiguration(
brick: GitPath("https://github.com/acadevmy/scaffold-gitlab-addon-brick"),
description: "Configure Gitlab",
),
AddonCommandDefinition(
name: 'firebase/hosting',
brick:
GitPath("https://github.com/acadevmy/firebase-hosting-addon-brick"),
description: "Include application to firebase hosting",
),
],
libraries: [
LibraryCommandDefinition(
Expand Down

0 comments on commit b2340fa

Please sign in to comment.