Skip to content

Commit 4c300c6

Browse files
committed
docs: add experimental disclaimer to READMEs
1 parent ede8f59 commit 4c300c6

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
lines changed

β€ŽREADME.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ A fast, minimalistic web framework for Dart 🎯
99

1010
Developed with πŸ’™ by [Very Good Ventures][very_good_ventures_link] πŸ¦„
1111

12+
## Experimental 🚧
13+
14+
Dart Frog is an experimental project under development and should not be used in production at this time.
15+
1216
## Quick Start πŸš€
1317

1418
### Prerequisites πŸ“

β€Žpackages/dart_frog/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@
77
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
88
[![License: MIT][license_badge]][license_link]
99

10-
A fast, minimalistic web framework for Dart 🎯
10+
A fast, minimalistic backend framework for Dart 🎯
1111

1212
Developed with πŸ’™ by [Very Good Ventures][very_good_ventures_link] πŸ¦„
1313

14+
## Experimental 🚧
15+
16+
`dart_frog` is an experimental project under development and should not be used in production at this time.
17+
1418
## Quick Start πŸš€
1519

1620
### Prerequisites πŸ“

β€Žpackages/dart_frog_cli/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ The official command line interface for [Dart Frog][dart_frog_link].
99

1010
Developed with πŸ’™ by [Very Good Ventures][very_good_ventures_link] πŸ¦„
1111

12+
## Experimental 🚧
13+
14+
`dart_frog` is an experimental project under development and should not be used in production at this time.
15+
16+
## Usage πŸ’»
17+
1218
```
1319
A fast, minimalistic backend framework for Dart.
1420

β€Žpackages/dart_frog_gen/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Code generation tooling for [Dart Frog][dart_frog_link].
99

1010
Developed with πŸ’™ by [Very Good Ventures][very_good_ventures_link] πŸ¦„
1111

12+
## Experimental 🚧
13+
14+
`dart_frog_gen` is an experimental project under development and should not be used in production at this time.
15+
1216
[ci_badge]: https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog.yaml/badge.svg
1317
[ci_link]: https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog.yaml
1418
[dart_frog_link]: https://github.com/verygoodopensource/dart_frog

0 commit comments

Comments
Β (0)