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 π
Link to the coursework
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.