metaf
Version:
MetaFramework for front-end.
59 lines (41 loc) • 2.25 kB
Markdown
[](https://www.patreon.com/igmat)

[](https://opensource.org/licenses/MIT)
[](https://dev.azure.com/ichulinda/Igmat/_build/latest?definitionId=2&branchName=master)
[](https://bettercodehub.com/)
[](https://www.codefactor.io/repository/github/igmat/metaf)
[](https://snyk.io/test/npm/metaf)
[npm-badge-png]: https://nodei.co/npm/metaf.png?downloads=true&downloadRank=true&stars=true
[package-url]: https://npmjs.com/package/metaf
[![npm badge][npm-badge-png]][package-url]
# MetaF <!-- omit in toc -->
> **MetaF**ramework for front-end.
> **WARNING:** it's early beta, so documentation may have mistakes, if you face any problems feel free to create [issues](https://github.com/Igmat/metaf/issues).
Since `MetaF` itself isn't working yet, most probably you were looking for one of those:
1. [metaf-resolvable](./packages/resolvable) - abstract resolvable mixin and injection root for adding DI/IoC to any framework
2. [metaf-react](./packages/react) - resolvable component and injection root for adding DI/IoC to [React](https://reactjs.org/) App
## Table of Contents <!-- omit in toc -->
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
- [What is it?](#what-is-it)
- [Motivation](#motivation)
- [How it works?](#how-it-works)
- [Why do I have to use it?](#why-do-i-have-to-use-it)
- [Installation](#installation)
- [Usage](#usage)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
## What is it?
**TBD**
## Motivation
**TBD**
## How it works?
**TBD**
## Why do I have to use it?
**TBD**
## Installation
Run:
```
npm install metaf
```
## Usage
**TBD**