A tool that generates the dependency graph of a Typescript project and exports it as a set of Cypher queries.
# Install NPM packages
$ npm ci
# Compile TS sources
$ npm run build
# Lint sources (optional)
$ npm run lint
# Execute the tool
$ npm start