An open API service indexing awesome lists of open source software.

https://github.com/mickeyjsx/babel-plugin-mickey-model-validator

☘️ Validate models shipped by mickey to avoid certain syntax pitfalls.
https://github.com/mickeyjsx/babel-plugin-mickey-model-validator

babel babel-plugin framework mickey model react redux sagas validation

Last synced: about 2 months ago
JSON representation

☘️ Validate models shipped by mickey to avoid certain syntax pitfalls.

Awesome Lists containing this project

README

        

# babel-plugin-mickey-model-validator

> Validate models shipped by mickey to avoid certain syntax pitfalls.

[![MIT License](https://img.shields.io/badge/license-MIT_License-green.svg?style=flat-square)](https://github.com/mickey/babel-plugin-mickey-model-validator/blob/master/LICENSE)

[![NPM Version](https://img.shields.io/npm/v/babel-plugin-mickey-model-validator.svg?style=flat-square)](https://www.npmjs.com/package/babel-plugin-mickey-model-validator)
[![Build Status](https://img.shields.io/travis/mickeyjsx/babel-plugin-mickey-model-validator.svg?style=flat)](https://travis-ci.org/mickeyjsx/babel-plugin-mickey-model-validator)
[![Dependencies](https://david-dm.org/mickey/babel-plugin-mickey-model-validator/status.svg)](https://david-dm.org/mickey/babel-plugin-mickey-model-validator)

## Snapshot

## Install

```
npm install babel-plugin-mickey-model-validator --save-dev
```

## Usage

Add the following section in your `.babelrc`:

```
{
"plugins": ["mickey-model-validator"]
}
```

## Contributing

Pull requests and stars are highly welcome.

For bugs and feature requests, please [create an issue](https://github.com/mickey/babel-plugin-mickey-model-validator/issues/new).