A collection of formatters used by Indicative

[![circleci-image]][circleci-url] [![npm-image]][npm-url] 
Indicative has first class support for formatting error messages with the help of an Error formatter. This repo contains a handful of them.
- Usage
- API Docs
- Maintainers
``sh
npm i indicative-formatters
and then use it as follows:
`ts
import { VanillaFormatter } from 'indicative-formatters'const formatter = new VanillaFormatter()
formatter.addError('Required validation failed', 'username', { name: 'required', args: [] })
// Get all errors
formatter.toJSON()
``* API
[circleci-image]: https://img.shields.io/circleci/project/github/poppinss/indicative-formatters/master.svg?style=for-the-badge&logo=circleci
[circleci-url]: https://circleci.com/gh/poppinss/indicative-formatters "circleci"
[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
[typescript-url]: "typescript"
[npm-image]: https://img.shields.io/npm/v/indicative-formatters.svg?style=for-the-badge&logo=npm
[npm-url]: https://npmjs.org/package/indicative-formatters "npm"
[license-image]: https://img.shields.io/npm/l/indicative-formatters?color=blueviolet&style=for-the-badge
[license-url]: LICENSE.md "license"