A basic CLI application to showcase how file reading can work in Node.js with: synchronous calls, asynchronous calls with callbacks and asynchronous calls with Promises
- Run the app with either
npx read-fileornode ./index.js. See the help documentation for more information