March 1, 2015Writing Command Line Tools with NodeBack in August 2012 I wrote a post on building a command line tool in NodeJS. That post is now over two years old and plenty has changed, hence I thought it worth writing a new post building the same tool, showing how I'd do it now. We're going to build the same tool, one that's used to search a directory for files that match a given string. This is