When I created this Node.js script, I just ran it from the command line with: `node . csvFileName` It would be nice to have `start` and `dev` scripts in the package.json file that allow a csv parameter to be passed to the script. For example: `npm run dev --csv=filename`