# Fomex
Fomex is a restful node framework with real type checking, for saving time and avoiding low level mistake. It's designed to compatible with [koa](https://github.com/koajs/koa) which is most popular, that means the existing middleware of koa2 can be easily integrate into fomex.

<br>

**🔥 no typescript, no coding.**

<br>

[![License](https://img.shields.io/github/license/fomex-ts/fomex)](https://github.com/fomex-ts/fomex/blob/master/LICENSE)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/fomex-ts/fomex/CI/master)](https://github.com/fomex-ts/fomex/actions)
[![Codecov](https://img.shields.io/codecov/c/github/fomex-ts/fomex)](https://codecov.io/gh/fomex-ts/fomex)

# Requirements

* Node >= 10.13
* Typescript >= 3.9

# Installation

```bash
yarn add fomex
```

# Features

* web router
* console commander
* caching
* validation
* middleware
* i18n

# Packages

Visit [organization page](https://github.com/fomex-ts) to see core packages.
