These are the projects for the JavaScript Level 2 module in Learn JS the Hard Way.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
js-level-2-projects/03-replicate-ls
Zed A. Shaw fc043e972e Update the README. 2 years ago
..
README.md Update the README. 2 years ago
package-lock.json First step that lays out a basic command line UI with a simple glob for a first ls copy. 2 years ago
package.json First step that lays out a basic command line UI with a simple glob for a first ls copy. 2 years ago
step1.js Update the README. 2 years ago

README.md

Replicate ls

This starts you off with a simple command line parsing library and a globbing library to get going.