Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/keverjs/kever

A lightweight inversion of control nodejs framework based on TypeScript
https://github.com/keverjs/kever

ioc kever koa-runtime koa2 nodejs typescript webserver

Last synced: about 2 months ago
JSON representation

A lightweight inversion of control nodejs framework based on TypeScript

Awesome Lists containing this project

README

        

# kever ![](https://img.shields.io/npm/v/@kever/core) ![](https://img.shields.io/github/languages/code-size/keverjs/kever) ![](https://img.shields.io/npm/dm/@kever/core)

**A lightweight inversion of control nodejs framework based on TypeScript.**



## Quick Start

### Web Application
![](./public/principle.png)

### Install

```bash
npm insatll -g @kever/cli
```

### Create Project

```bash
kever init
```