cheatsheets/.projections.json

12 lines
152 B
JSON

{
"*.md": {
"type": "cheat",
"template": [
"---",
"title: {basename|capitalize}",
"category: Ruby",
"---"
]
}
}