Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 755 Bytes

File metadata and controls

41 lines (26 loc) · 755 Bytes

cms-generator

generate CMS code

Features

The cms-generator VS Code extension helps you quickly generate code for your CMS projects. It adds a context menu action to folders in the Explorer, allowing you to generate code templates or files with a single click.

Features:

  • Right-click any folder in the Explorer and select "generate cms" to generate code templates.

Release Notes

0.0.1

generate code

development

set default root path to debug

{
"args": [
    "--extensionDevelopmentPath=${workspaceFolder}",
    "${workspaceFolder}/test" // here to choose root path
],
}

development

nodejs: 22

nvm use 22 # switch to nodejs 22
npm install
npm run build