Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igmat/metaf
https://github.com/igmat/metaf
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/igmat/metaf
- Owner: Igmat
- License: mit
- Created: 2018-08-14T16:52:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-22T18:05:35.000Z (8 months ago)
- Last Synced: 2024-03-22T19:27:21.312Z (8 months ago)
- Language: TypeScript
- Size: 4.91 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Become a patron](./docs/images/become_a_patron_button.png)](https://www.patreon.com/igmat)
![Contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)
[![License](https://img.shields.io/badge/license-MIT%20License-brightgreen.svg)](https://opensource.org/licenses/MIT)[![Build Status](https://dev.azure.com/ichulinda/Igmat/_apis/build/status/Igmat.metaf?branchName=master)](https://dev.azure.com/ichulinda/Igmat/_build/latest?definitionId=2&branchName=master)
[![BCH compliance](https://bettercodehub.com/edge/badge/Igmat/metaf?branch=master)](https://bettercodehub.com/)
[![CodeFactor](https://www.codefactor.io/repository/github/igmat/metaf/badge)](https://www.codefactor.io/repository/github/igmat/metaf)
[![Known Vulnerabilities](https://snyk.io/test/npm/metaf/badge.svg)](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
> **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
- [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)## 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**