Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/keverjs/kever
- Owner: keverjs
- Created: 2019-11-29T12:22:06.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T08:30:17.000Z (9 months ago)
- Last Synced: 2024-10-31T08:52:20.503Z (about 2 months ago)
- Topics: ioc, kever, koa-runtime, koa2, nodejs, typescript, webserver
- Language: TypeScript
- Homepage: https://keverjs.github.io/docs/
- Size: 1.17 MB
- Stars: 9
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
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
```