# CsvGenerator v0.3.0 - Table of Contents

> Library to help you generate CSV files

## Pages

- [CsvGenerator usage rules](usage-rules.md)
- [Changelog](changelog.md)

## 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.

