@log4brains/core
This package provides the core API of the Log4brains architecture knowledge base.
It is not meant to be used directly in your project.
Installation
This package is not meant to be installed directly in your project. This is a common dependency of @log4brains/cli and @log4brains/web, which is installed automatically.
However, if you want to create a package to extend Log4brains' capabilities,
you can include this package as a dependency of yours via npm or yarn:
npm install --save @log4brains/core
or
yarn add @log4brains/core
Usage
import { Log4brains } from "@log4brains/core";
const l4b = Log4brains.create(process.cwd());
Documentation