We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ce4c6 commit e60281cCopy full SHA for e60281c
packages/dart_frog_gen/example/main.dart
@@ -0,0 +1,8 @@
1
+import 'dart:io';
2
+
3
+import 'package:dart_frog_gen/dart_frog_gen.dart';
4
5
+void main() {
6
+ final routeConfiguration = buildRouteConfiguration(Directory.current);
7
+ stdout.writeln(routeConfiguration.toString());
8
+}
packages/dart_frog_gen/pubspec.yaml
@@ -1,5 +1,5 @@
name: dart_frog_gen
-description: Code generation tooling for dart_frog
+description: Code generation tooling for Dart Frog. Built by Very Good Ventures.
version: 0.0.1-dev.2
homepage: https://github.com/VeryGoodOpenSource/dart_frog
0 commit comments