0.2.5 • Published 8 months ago

@archsense/scout v0.2.5

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Scout

Generate services graph

Installation

npm install @archsense/scout

How to use

Command line

npx scout nestjs -p <root-file-path> -c <config-file-path> -o <output-file-path>

Parameters

Parameter NameCLI AttributeCLI shortcutMandatoryDescription
Path to root folder--project-pYesPath to the root project root folder. It is disregarded if config is provided.
Path to config folder--config-cNoIf you'd like to run scout on monorepo, pass config instead of project root
Path to output file--output-oNoIf provided, the result will the stored in the output file

API

const Scout = require('scout');

const nestjsScout = new Scout({
  rootPath: '<path-to-root-folder>',
  configPath: '<path-to-config-folder>',
  framework: 'nestjs',
});

const dependencyTree = await nestjsScout.analyze();
await nestjsScout.saveFile(outputFilePath, dependencyTree);

Current support

  • Supported languages
    • Typescript
  • Supported framework
    • NestJs
0.2.5-rc.0

8 months ago

0.2.5

8 months ago

0.2.4-rc1

1 year ago

0.2.1

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.4

1 year ago

0.2.0

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago