README.md

Cookbook Convertor

Cookbook convertor is a tool that generates rule descriptions for TS Linter from Cookbook receipts. Convertor accepts RST file that contains the sources for Cookbook receipts.

Prerequisits

NodeJS 18 or later.

Building

Run the following command to build the cookbook convertor project:

npm install

or:

npm run build

Running

Run the following command from the same directory:

node build/cookbook_convertor.js [rst_file]