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

3.0.1 • Public • Published

dependency-graph

License NPM Package Build Status semantic-release

Generate dependency graph of internal packages

Install

npm install @typescript-tools/dependency-graph

API

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

Related

Package Sidebar

Install

npm i @typescript-tools/dependency-graph

Weekly Downloads

6,538

Version

3.0.1

License

ISC

Unpacked Size

13.6 kB

Total Files

6

Last publish

Collaborators

  • hamroctopus
  • amchelle