csv-to-sql-insert
csv-to-sql-insert copied to clipboard
CLI handling
You're using process.argv directly within your functions. It might be a good idea to use a library like yargs for more structured and easier handling of command line arguments.
I like how yargs could provide more information in the CLI. 😀