- new logo design π
- small bundle < 64kb
- support multiple templates
- support multiple folder destination
- basically : support this format :
{
"$schema": "https://component-maker.vercel.app/schema.json",
"dir":".cm_templates",
"templates":[
{
"label":"π add component",
"detail":"to create a complete next component",
"templateDir":"component",
"variable":"_ComponentName_"
},
{
"label":"ποΈ add page",
"detail":"to create a Next page",
"templateDir":"page",
"variable":"_ComponentName_",
"destinationDir": "src/pages"
}
]
}