@madm4ttus3r/l4bcore
TypeScript icon, indicating that this package has built-in type declarations

2.0.12 • Public • Published

@log4brains/core

This package provides the core API of the Log4brains architecture knowledge base. It is not meant to be used directly.

Install the main log4brains package instead:

npm install -g log4brains

Installation

This package is not meant to be installed directly in your project.

However, if you want to create a package that uses Log4brains' API, you can include this package as a dependency:

npm install --save @log4brains/core

or

yarn add @log4brains/core

Usage

import { Log4brains } from "@log4brains/core";

const l4b = Log4brains.create(process.cwd());

// See the TypeDoc documentation (TODO: to deploy on GitHub pages) to see available API methods

Documentation

Update 2.0.11

Readme

Keywords

Package Sidebar

Install

npm i @madm4ttus3r/l4bcore

Weekly Downloads

1

Version

2.0.12

License

Apache-2.0

Unpacked Size

526 kB

Total Files

158

Last publish

Collaborators

  • madm4ttus3r