csv-to-sql-insert
csv-to-sql-insert copied to clipboard
Improving The Documentation to match current Scripts
I would like to improve the documentation for the app
What about using jsdoc format? ex: `/**
- Represents a book.
- @constructor
- @param {string} title - The title of the book.
- @param {string} author - The author of the book. */ function Book(title, author) { }` source: JSDOC
Great Idea