To produce a simple program which will show helpful machine diagnostics to users.
Starting the App
- Clone Repo.
- Run the command 'npm start'. This will compile the typescript and run the program.
To run all tests, run the command 'npm test'. You will also automatically get coverage statistics from this command on the terminal.