hprobotic / assigment1-clis

Nodejs Boostcamp assignment 1

Home Page:http://reactvn.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLI Utilities

This is a CLI Utilities library for Node.js.

Time spent: 6 hours

Features

Required

  • Completed Requireds marked with [x]
  • Walkthrough Gif embedded in README
  • README Time spent: includes the number of hours spent on the assignment
  • echo.js prints the first argument to stdout
  • cat.js prints the contents of the first argument to stdout
  • touch.js updates the modified date of the first argument
  • ls.js recursively lists the files of the first argument
  • mkdir.js create a directory at the first argument
  • rm.js deletes any file or directory at the first argument

Optionals

  • ln.js creates a symlink from the second argument to the first argument
  • grep.js prints lines matching the first argument in the files matching the second argument
  • grep.js supports a regex as the second arguments

Walkthrough Gif:

Video Walkthrough

About

Nodejs Boostcamp assignment 1

http://reactvn.net

License:MIT License


Languages

Language:JavaScript 100.0%