Skip to content

v2.0.1

Compare
Choose a tag to compare
@Ar-mane Ar-mane released this 06 Feb 11:55
· 31 commits to master since this release
0bd7c17
  • 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"
      }
    ]
  }