add dart macos CLI example

This commit is contained in:
Nick Fisher
2024-05-17 14:40:16 +08:00
parent f487be82b1
commit 5e576e00ba
8 changed files with 595 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
A sample command-line application with an entrypoint in `bin/`, library code
in `lib/`, and example unit test in `test/`.