feat: add cli sample
This commit is contained in:
14
cli_sample/pubspec.yaml
Normal file
14
cli_sample/pubspec.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
name: cli_sample
|
||||
description: A sample command-line application.
|
||||
# version: 1.0.0
|
||||
# homepage: https://www.example.com
|
||||
|
||||
environment:
|
||||
sdk: '>=2.8.1 <3.0.0'
|
||||
|
||||
#dependencies:
|
||||
# path: ^1.7.0
|
||||
|
||||
dev_dependencies:
|
||||
pedantic: ^1.9.0
|
||||
test: ^1.14.4
|
||||
Reference in New Issue
Block a user