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: 7 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-08-19T15:00:47.000Z (8 months ago)
- Last Synced: 2025-08-19T17:31:25.806Z (8 months ago)
- Topics: dependency-injection, framework, horn, ioc, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 13.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Horn
[](https://www.npmjs.com/package/@hornts/core)
[](https://www.npmjs.com/package/@hornts/core)
[](https://github.com/hornts/horn/actions/workflows/build.yml)
[](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.