Skip to content

jparap/nodejs-clis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI Utilities

This is a CLI Utilities library for Node.js submitted as Assignment 1 for CodePath.

Time spent: [6]

Completed:

  • Required: echo.js prints the first argument to stdout
  • Required: cat.js prints the contents of the first argument to stdout
  • Required: touch.js updates the modified date of the first argument
  • Required: ls.js recursively lists the files of the first argument
  • Required: mkdir.js create a directory at the first argument
  • Required: rm.js deletes any file or directory at the first argument
  • [] Optional: ln.js creates a symlink from the second argument to the first argument
  • [] Optional: grep.js prints lines matching the first argument in the files matching the second argument

Walkthrough Gif:

Video Walkthrough

About

Week 1 - Command Line Interfaces (CLIs)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published