1 unstable release
0.1.0 | Aug 4, 2023 |
---|
#61 in #cat
8KB
cat-clone
A CLI tool to display the contents of files.
Usage
We can run the tool like this
$ cat test.txt
foo: 10
bar: 20
baz: 30
$ cat-clone test.txt
foo: 10
bar: 20
baz: 30
Dependencies
~4–13MB
~145K SLoC