Skip to content

nqd/jsschool_week1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI Utilities

This is a CLI Utilities library for Node.js.

Time spent: 10

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:

echo and cat

touch

ls

mkdir

rm

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published