Backlog

Module-Tools πŸ”—  

Mandatory Tasks

These tasks will help consolidate your learning for this sprint. You should complete as many of these as possible before class on Saturday.

Implement shell tools (cat, ls, wc) in JavaScript with NodeJS πŸ”— Clone

Implement shell tools (cat, ls, wc) in JavaScript with NodeJS πŸ”—

https://github.com/CodeYourFuture/Module-Tools/tree/main/implement-shell-tools

You should implement these tools in JavaScript.

Why are we doing this?

Practicing designing and writing code, getting used to writing small tools, and understanding argument parsing.

Maximum time in hours

9

How to submit

Submit a PR from your fork of the Module-Tools repo with your implementations.