UNPKG

eda-curator

Version:
18 lines 733 B
{ "curator": { "languages": { "rb": "Ruby", "cs": "C#", "js": "JavaScript", "-A": "Ruby and JavaScript" }, "allLanguages": ["rb", "cs"], "fileTypes": ["code", "links", "text"], "commands": [ {"init": "initialize cwd with _templates folder, stream-specific subfolders, and template md files"} ], "mainFolder": "_templates", "templateString": "Start of file.\ninclude:text:\nthis will insert the contents of _templates/< desired language >/text.md\ninclude:code:\nThis will insert the contents of _templates/< desired language >/code.md\ninclude:links:\nThis will insert the contents of _templates/< desired language >/links.md\n", "findPhrases": ["include:code", "include:links", "include:text"] } }