UNPKG

615 BJSONView Raw
1{
2 "curator": {
3 "languages": {
4 "rb": "Ruby",
5 "cs": "C#",
6 "js": "JavaScript"
7 },
8 "fileTypes": ["code", "links", "text"],
9 "commands": [
10 {"init": "initialize cwd with _templates folder, stream-specific subfolders, and template md files"}
11 ],
12 "mainFolder": "_templates",
13 "templateString": "Start of file.\ninclude:text\nthis will include any text associated with the desired language\ninclude:code\nThis will include any text from the desired language\ninclude:links\nThis will include any links from the desired language",
14 "findPhrases": ["include:code", "include:links", "include:text"]
15 }
16}
\No newline at end of file