Initial commit.

This commit is contained in:
Erik C. Thauvin 2021-10-09 17:18:56 -07:00
commit 8eb7a7ce99
17 changed files with 913 additions and 0 deletions

14
pubspec.yaml Normal file
View file

@ -0,0 +1,14 @@
name: dcat
description: Concatenate file(s) to standard output.
version: 1.0.0
homepage: https://github.com/ethauvin/dcat
environment:
sdk: '>=2.14.3 <3.0.0'
dev_dependencies:
lints: ^1.0.0
test: ^1.18.2
dependencies:
args: ^2.3.0
indent: ^2.0.0