Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hornts/horn
- Owner: hornts
- License: mit
- Created: 2021-04-29T23:36:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-08T21:49:06.000Z (about 1 month ago)
- Last Synced: 2024-12-19T16:03:27.231Z (20 days ago)
- Topics: dependency-injection, framework, horn, ioc, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 13.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.