Initial commit.
This commit is contained in:
commit
8eb7a7ce99
17 changed files with 913 additions and 0 deletions
14
pubspec.yaml
Normal file
14
pubspec.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue