-
Notifications
You must be signed in to change notification settings - Fork 280
Description
Describe the bug
First, I want to express my appreciation for this amazing library! 🌟 The browser and ESM support, along with the features and ongoing maintenance, are fantastic.
I noticed the usage documentation on npm could be more comprehensive.
For example:
In my search for guidance, I came across the csv-stringify package and its documentation at link: https://csv.js.org/stringify/. While I found the "Additional Help" section with example folders, it contained three separate references:
- Example page: https://csv.js.org/stringify/examples/
- Samples folder: https://github.com/adaltas/node-csv/tree/master/packages/csv-stringify/samples
- Test folder: https://github.com/adaltas/node-csv/tree/master/packages/csv-stringify/test
While I appreciate having multiple resources, having them scattered across different locations made it a bit confusing to navigate.
This is one example.
The current structure may make it difficult for users to find a good usage example within a few minutes.
I believe a consolidated and easily accessible usage guide or API reference would be incredibly helpful, especially for beginners like myself.