Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 287 Bytes

File metadata and controls

19 lines (13 loc) · 287 Bytes

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