flow2schema/README.md

14 lines
676 B
Markdown
Raw Normal View History

2017-11-16 17:34:27 +03:00
# flow2schema
2017-10-29 02:15:03 +03:00
2017-11-16 17:34:27 +03:00
[![Version npm](https://img.shields.io/npm/v/flow2schema.svg)](https://www.npmjs.com/package/flow2schema)
[![Linux Build](https://travis-ci.org/loyd/flow2schema.svg?branch=master)](https://travis-ci.org/loyd/flow2schema)
[![Windows Build](https://ci.appveyor.com/api/projects/status/github/loyd/flow2schema?branch=master&svg=true)](https://ci.appveyor.com/project/loyd/flow2schema)
[![Coverage Status](https://coveralls.io/repos/github/loyd/flow2schema/badge.svg?branch=master)](https://coveralls.io/r/loyd/flow2schema?branch=master)
2017-10-29 02:29:55 +03:00
## TODO
2017-11-16 17:34:27 +03:00
* Complete generics support.
2017-11-03 11:02:09 +03:00
* Errors and warnings.
2017-11-21 15:28:59 +03:00
* Support "declare".
2017-11-04 22:13:08 +03:00
* Support commonjs modules.
2017-11-03 11:02:09 +03:00
* Documentation.