UNPKG

metaf

Version:

MetaFramework for front-end.

59 lines (41 loc) 2.25 kB
[![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 <!-- 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**