-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Welcome to the sfcc-metadata-explorer wiki!
This project is still in development, and is not released on the VSCode marketplace as of the last update of this wiki.
This wiki provides some documentation about the sfcc-metadata-explorer project, what its purpose is, and how the project is structured.
The SFCC Metadata Explorer is an open source MIT licensed project and this Wiki is intended to help anyone who would like to fork this repository for their own project, contribute to this project, or use the code from this project as a learning tool. This documentation is a sort of very basic technical specification document since obviously nothing that formal exists for my personal side projects.
The code build process for this project uses webpack to bundle the code. The code for this project is created in TypeScript which is transpiled into JavaScript before being minified and packaged as an extension or a VSIX format single file package.
- The explorer window will provide actions available in the context menu to create system object attributes, or custom object definitions in an SFCC instance, directly from your VSCode editor.
- There will be a more complete wiki for the project.