A CLI Utilities Boilerplate
This is a CLI Utilities library for Node.js submitted as Assignment 1 for CodePath.
TIME SPENT: 5 hours
echo.js
prints the first argument to stdoutcat.js
prints the contents of the first argument to stdouttouch.js
updates the modified date of the first argumentls.js
recursively lists the files of the first argumentmkdir.js
create a directory at the first argumentrm.js
deletes any file or directory at the first argument