How to Install cypher-lint in Ubuntu 18.04



Install cypher-lint by entering the following commands in the terminal:

sudo apt update
sudo apt install cypher-lint

Description:

Lint tool for the Cypher query language

Cypher is a graph query language that allows for expressive and efficient querying of graph data. . This tool provides correctness checking of Cypher language input, and can be used to output the Abstract Syntax Tree (AST) of the parsed input.

Homepage: https://cleishm.github.io/libcypher-parser/

Version: 0.6.0-1

Section: universe/devel