A simplistic block generate / template engine tailored for benny.
The goal is to simplify block creation and hopefully have more people creating blocks ( :
happy patching!
npm install
npm run createTemplates are available on /templates/{type} and newly created blocks will
endup on blocks/{type}/{name}
We could potentially benefit from having a template language, for instance if we want to have some templates with conditionals and replace strings inside of text files when creating new blocks.
See also: