feat: add cli sample

This commit is contained in:
2021-04-24 22:10:55 +08:00
parent d9772727c9
commit dd0dcae21a
8 changed files with 61 additions and 0 deletions

14
cli_sample/pubspec.yaml Normal file
View 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