VDF.js
Convert Valve's KeyValue format to JSON
Install
npm install vdfjs
Usage
In a script
var fs = ;var vdf = ;var someFile = fs; var data = vdf; // Returns a JS object representing the input file console; // Prints the JSON version of someFile.
CLI
First, install it globally: npm install -g vdfjs
Then, vdfjs path_to_file --out outfile.json
Note
This repo is a work in progress. Expect updated...everything...soon.