Skip to content

Releases: Ar-mane/component-maker

update config file name

02 Jun 00:59
e9bf6cd
Compare
Choose a tag to compare
  • update config file name

v2.0.43: Merge pull request #29 from Ar-mane/v.2.0.43

02 Jun 00:34
f6e1d2f
Compare
Choose a tag to compare
  • remove .json extension name
  • update extension main website to cm.armane.dev

v2.0.42

12 May 00:40
10ad313
Compare
Choose a tag to compare
  • fix destination path

add documentation

25 Feb 14:23
69066ff
Compare
Choose a tag to compare

fixs

  • fixing creating components in workspace only
  • fixing template prompt on click

features

  • add a full documentation
  • remove all readme from the project

==> Visit the official docs

v2.0.2

19 Feb 02:09
6b4c446
Compare
Choose a tag to compare
  • update paths to relative
  • remove src from vscx
  • add prettier & format all the projet.
  • update templates

v2.0.1

06 Feb 11:55
0bd7c17
Compare
Choose a tag to compare
  • 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"
      }
    ]
  }