Skip to content

Commit 88a65d9

Browse files
chore: add topics (#901)
Co-authored-by: Erick <[email protected]>
1 parent 212a906 commit 88a65d9

File tree

7 files changed

+13
-0
lines changed

7 files changed

+13
-0
lines changed

packages/dart_frog/assets/logo.png

23.4 KB
Loading

packages/dart_frog/pubspec.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ homepage: https://dartfrog.vgv.dev
55
repository: https://github.com/VeryGoodOpenSource/dart_frog
66
issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues
77
documentation: https://dartfrog.vgv.dev/docs/overview
8+
topics: [server, backend, shelf, dart-frog]
9+
10+
screenshots:
11+
- description: 'Dart Frog logo.'
12+
path: assets/logo.png
813

914
environment:
1015
sdk: ">=3.0.0 <4.0.0"

packages/dart_frog_auth/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ homepage: https://dartfrog.vgv.dev
55
repository: https://github.com/VeryGoodOpenSource/dart_frog
66
issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues
77
documentation: https://dartfrog.vgv.dev/docs/overview
8+
topics: [server, backend, dart-frog, auth, authentication, middleware]
89

910
environment:
1011
sdk: ">=3.0.0 <4.0.0"
23.4 KB
Loading

packages/dart_frog_cli/pubspec.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ homepage: https://dartfrog.vgv.dev
55
repository: https://github.com/VeryGoodOpenSource/dart_frog
66
issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues
77
documentation: https://dartfrog.vgv.dev/docs/overview
8+
topics: [server, backend, shelf, dart-frog, cli]
9+
10+
screenshots:
11+
- description: 'Dart Frog logo.'
12+
path: assets/logo.png
813

914
environment:
1015
sdk: ">=3.0.0 <4.0.0"

packages/dart_frog_gen/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ homepage: https://dartfrog.vgv.dev
55
repository: https://github.com/VeryGoodOpenSource/dart_frog
66
issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues
77
documentation: https://dartfrog.vgv.dev/docs/overview
8+
topics: [server, backend, dart-frog, codegen]
89

910
environment:
1011
sdk: ">=3.0.0 <4.0.0"

packages/dart_frog_web_socket/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ homepage: https://dartfrog.vgv.dev
55
repository: https://github.com/VeryGoodOpenSource/dart_frog
66
issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues
77
documentation: https://dartfrog.vgv.dev/docs/overview
8+
topics: [server, backend, dart-frog, websocket]
89

910
environment:
1011
sdk: ">=3.0.0 <4.0.0"

0 commit comments

Comments
 (0)