Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@log4brains/core

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@log4brains/core

Log4brains architecture knowledge base core API

  • 1.0.0-alpha.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.6K
increased by8.32%
Maintainers
1
Weekly downloads
 
Created
Source

@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());

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

Documentation

Keywords

FAQs

Package last updated on 27 Nov 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc