0.1.2 • Published 8 months ago
qvog-lib v0.1.2
QVoG Standard Library
Query library built on top of QVoG Engine, providing a set of predefined queries for vulnerability detection.
!WARNING Node.js 22 or higher required.
Build
To initialize the project, run the following command:
npm installIf you have qvog-engine as a local module, run the following command to link your local one:
npm link qvog-engineThen, run the following command to build the project:
npm run buildUsage
NPM Package
It has been published to NPM registry: qvog-lib.
To install the package, run the following command:
npm install qvog-libLocal Package
If you want to build and use the latest version of the library, you can build and link it locally.
npm linkLater, in the project that uses the library, run the following command:
npm link qvog-libDevelopment
For better code style, we have ESLint set up. To run the linter, run the following command to check and fix the code:
npm run lint