@ogre-tools/injectable-extensions-for-dependency-graphing
TypeScript icon, indicating that this package has built-in type declarations

17.3.0 • Public • Published

Dependency graphing for Injectable in Ogre Tools

Usage

$ npm install @ogre-tools/injectable
$ npm install @ogre-tools/injectable-extensions-for-dependency-graphing

...

import { createContainer } from '@ogre-tools/injectable';  
import { registerDependencyGraphing, plantUmlDependencyGraphInjectable } from '@ogre-tools/injectable-extensions-for-dependency-graphing';

const di = di.createContainer();
registerDependencyGraphing(di);

...do injections to populate graph...

const graph = di.inject(plantUmlDependencyGraphInjectable);

console.log(graph)  

Documentation

Check unit tests for documentation.

Readme

Keywords

Package Sidebar

Install

npm i @ogre-tools/injectable-extensions-for-dependency-graphing

Weekly Downloads

0

Version

17.3.0

License

MIT

Unpacked Size

6.33 kB

Total Files

5

Last publish

Collaborators

  • iku-turso
  • jansav