gitdagray / csv-to-sql-insert

Provide table data as a CSV (comma-separated values) file and output a SQL insert statement for a table with the same name as the file.
MIT License
99 stars 120 forks source link

start and dev script added #11

Open aniruddha2002das opened 9 months ago

aniruddha2002das commented 9 months ago

Hello, I have added start and dev script in this csv-to-sql-insert project.

aniruddha2002das commented 9 months ago

Scripts are npm run dev CSV_filename npm run start CSV_filename

gitdagray commented 9 months ago

Editing my comment - the scripts you posted above do work. I was thinking of it as a flag like --csv=filename.

I recently added a prettier config so the PRs will all use the same formatting. Can you grab the new config and update? Thanks!

Things are moving fast today since sharing. The latest now uses TS as well.