This is a CLI Utilities library for Node.js submitted as Assignment 1 for CodePath.
Time spent: [6]
Completed:
- Required:
echo.jsprints the first argument to stdout - Required:
cat.jsprints the contents of the first argument to stdout - Required:
touch.jsupdates the modified date of the first argument - Required:
ls.jsrecursively lists the files of the first argument - Required:
mkdir.jscreate a directory at the first argument - Required:
rm.jsdeletes any file or directory at the first argument - [] Optional:
ln.jscreates a symlink from the second argument to the first argument - [] Optional:
grep.jsprints lines matching the first argument in the files matching the second argument
Walkthrough Gif:
