# 🚧

I have created a working MVP for ibgib that shows some of the potential for the
architecture:

* try it out
  * https://ibgib.space
* pre-refactored MVP codebase on GitHub
  * `ionic-gib`: https://github.com/wraiford/ibgib/tree/v0.2.729/ionic-gib
  * "pre-refactored" = doesn't use this core-gib lib, but rather is the
    springboard/"carcass" for it.
* base ibgib protocol graphing substrate lib on GitLab
  * `ts-gib`: https://gitlab.com/ibgib/ts-gib

I'm pulling out behavior from the
[ionic-gib](https://github.com/wraiford/ibgib/tree/v0.2.729/ionic-gib) project
into this lib.

# helper-gib - shared, utils, common, etc.

This library contains shared helper members (mostly functions) (a.k.a. "utils",
"shared", "common", etc.) that are not necessarily directly ibgib-related but
that are useful with ibgib in mind and thus consumed in multiple ibgib libs.