# CsvGenerator v0.2.0 - Table of Contents

> Library to help you generate CSV files

## Modules

- [CsvGenerator](CsvGenerator.md): This library provides an easy way to generate CSV files.
It allows you to define the colums and their respective types.
- [Example](Example.md): To generate the CSV output you call `render` on your module with your data.

