@miriamjs/ioc
v0.1.12
Published
An IoC solution for Miriam-aware packages
Downloads
4
Readme
Miriam IoC
IoC is a simple IoC strategy to avoid complex require
statements everywhere.
npm install @miriam/ioc
Usage
register()
use()
ensure()
services()
Watchman Configuration
In order to use Payload in your React Native project while also developing payload:
brew uninstall watchman
brew update && brew upgrade
brew install --HEAD watchman
npm i -g wml
wml add <src> <dst>
wml list
wml start