Please create a new json file called .hayde.json in your project root. This file will be used to configure the Hayde.
.hayde.json
And then add createPlugin only to the plugins array.
createPlugin
{ "plugins": [ "createPlugin" ] }
srcFolderLocation
-
./src/components
string
pluginName
templatesPath
/templates
templateMainName
main
templateInterfaceName
interfaces
templateQuestionsName
questions
templateReadmeName
readme
Last updated 2 years ago