Skip to content

A tool that generates the dependency graph of a Typescript project and exports it as a set of Cypher queries

Notifications You must be signed in to change notification settings

gmasclet/decipher

Repository files navigation

Decipher

A tool that generates the dependency graph of a Typescript project and exports it as a set of Cypher queries.

Usage

# Install NPM packages
$ npm ci

# Compile TS sources
$ npm run build

# Lint sources (optional)
$ npm run lint

# Execute the tool
$ npm start

About

A tool that generates the dependency graph of a Typescript project and exports it as a set of Cypher queries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published