Add block generator logic.

Now we are able to generate new blocks with yeoman.
This commit is contained in:
2022-04-30 01:04:36 +03:00
parent d3b25e2ef5
commit 82362b3ab2
23 changed files with 26579 additions and 12478 deletions
@@ -0,0 +1,5 @@
module.exports = {
cssUrl: "https://",
blockName: "<%= blockFilename %>",
baseView: "<%= baseView %>",
}