//TODO-DONE:  add a flag for directory
//TODO-DONE:  add error checking if directory does not exist
//TODO-DONE: make it a shell script (run npm install -g) to remake  v 1.0.x
//TODO-DONE:  Add css flag to auto create CSS files - v 1.1.x

//TODO-DONE:  Add command to create nesting & import needed components.
//TODO-DONE: add child components to parent component file via command
//syntax should be:
//>TODO-DONE: trot nest App -h Header Menu Results Footer
//TODO-DONE: Will search for and open parent component App.js
//TODO-DONE: add import/require lines for the children
//TODO-DONE: find the render method of the parent and add each of the child components.
//TODO-DONE:  No action needed for child component files (right?)

//TODO:  will check if already in destination directory

