@g0maa/catjs
v1.0.2
Published
Unix CLI cat but in JS/TS.
Readme

But why?
- See Conding Challenges.
Install
- ...
How to use
- ...
Test
- ...
References
- Noteable Google search results while coding this.
- Stack Overflow - Node.js argv.
- Stack Overflow - build TS after install
- Read comments.
- npmjs - package.json - bin
- freecodecamp - create & publish npm package
- Alex Ewerlöf - Node.js shebang
- nodejs - docs - fs
- Stack Overflow - read from stdin
- Stack Overflow - EPIPE error
- Read
David Schwartzfor answer for explanation.
- Read
