@typescript-tools/depender-graph
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

depender-graph

License NPM Package Build Status semantic-release

Generate depender graph of internal packages

Install

npm install @typescript-tools/depender-graph

API

export function dependerGraph(
  {
    root,
    recursive,
  }: {
    root?: string
    recursive?: boolean
  } = {
    root: undefined,
    recursive: true,
  },
): TE.TaskEither<DependerGraphError, Map<PackageName, PackageManifest[]>>

Related

Readme

Keywords

Package Sidebar

Install

npm i @typescript-tools/depender-graph

Weekly Downloads

3

Version

2.0.1

License

ISC

Unpacked Size

15.4 kB

Total Files

7

Last publish

Collaborators

  • hamroctopus
  • amchelle