The README should be improved to help users understand how to use the library through concrete, practical examples.
The documentation should not focus on installation, since setup only requires dragging and dropping the file. The main priority is to provide a wide range of usage examples in a dedicated samples/ directory, with the README linking to and briefly explaining each sample.
Suggested additions
- Add a
samples/ directory with multiple self-contained examples.
- Add a README section that lists the available samples and explains what each one demonstrates.
- Include examples for basic usage, common workflows, advanced usage, error handling, configuration, and integrations.
- Add examples for different real-world situations so users can quickly find a sample close to their own use case.
- Keep each sample focused on one clear scenario.
- For each sample, include:
- what the sample demonstrates
- when to use it
- required configuration, if any
- copy-pasteable code
- expected behavior or output
Acceptance criteria
- A
samples/ directory is added.
- The README links to the
samples/ directory.
- The README briefly explains the purpose of each sample.
- The
samples/ directory contains a broad range of practical examples.
- Examples cover simple, intermediate, and more advanced use cases.
- At least one integration-oriented example is included.
- The examples are clear, practical, and easy to adapt.
The README should be improved to help users understand how to use the library through concrete, practical examples.
The documentation should not focus on installation, since setup only requires dragging and dropping the file. The main priority is to provide a wide range of usage examples in a dedicated
samples/directory, with the README linking to and briefly explaining each sample.Suggested additions
samples/directory with multiple self-contained examples.Acceptance criteria
samples/directory is added.samples/directory.samples/directory contains a broad range of practical examples.