Course lesson

Plan a Node.js CLI Tool Project with README Driven Development

With any project that you start, a great way to plan it out is through README Driven Development. This means you write out all that you want to accomplish in your project README before doing anything else.

Duration
2 min
Access
Free
Transcript
Retained from source evidence

With any project that you start, a great way to plan it out is through README Driven Development. This means you write out all that you want to accomplish in your project README before doing anything else.

We will do just that, we will discuss what commands we want to be able to run and what we need to do to accomplish that functionality.