Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hornts/horn

🦄 Extendable web-framework with IoC (Inversion of Control) container inside.
https://github.com/hornts/horn

dependency-injection framework horn ioc nodejs typescript

Last synced: 8 days ago
JSON representation

🦄 Extendable web-framework with IoC (Inversion of Control) container inside.

Awesome Lists containing this project

README

        

# Horn

[![npm](https://img.shields.io/npm/v/@hornts/core)](https://www.npmjs.com/package/@hornts/core)
[![downloads](https://img.shields.io/npm/dm/@hornts/core)](https://www.npmjs.com/package/@hornts/core)

[![build](https://github.com/hornts/horn/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/hornts/horn/actions/workflows/build.yml)
[![tests](https://github.com/hornts/horn/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/hornts/horn/actions/workflows/tests.yml)

🦄 **Horn** is an extendable web-framework with IoC (Inversion of Control) container inside.

⚠️ **WARNING!** This library is under construction and can change API at any time until it goes to v1. 🏗

## Installation

```bash
npm i @hornts/core@latest @hornts/common@latest
```

## Documentation

To work with **Horn** read [documentation](https://hornts.github.io/horn) first.

## Examples

Watch working examples [here](https://github.com/hornts/horn-examples).

## License
**Horn** is under [MIT License](https://github.com/hornts/horn/blob/master/LICENSE) for everyone forever.