Skip to content

Instantly share code, notes, and snippets.

@NakedMoleRatScientist
Created March 13, 2019 04:53
Show Gist options
  • Save NakedMoleRatScientist/5223fd7b1cd34902efc419e44a809f11 to your computer and use it in GitHub Desktop.
Save NakedMoleRatScientist/5223fd7b1cd34902efc419e44a809f11 to your computer and use it in GitHub Desktop.
tagging = {
filepath: "./misc/tag_map.json",
tags: null,
initialize: function ()
{
var content = fs.readFileSync(this.filepath,"utf8");
this.tags = JSON.parse(content);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment