Highlights the code of a specified language using pygments in node.js
- Make sure you've got at least node.js v10 and python3 with pip installed
- Install Pygments via pip install Pygments
- Clone repo and use "npm i" in the directory\
- Run node ./src/index.js cpp "directory/to/mySource" myOutputFileName (script, lexer, input/output directory, desired output Filename - separated by space)
- The output will be created in the given "directory/to/mySource"