Skip to content
Galen Goforth edited this page May 9, 2019 · 2 revisions

Welcome to the sfcc-metadata-explorer wiki!

Disclaimer

This project is still in development, and is not released on the VSCode marketplace as of the last update of this wiki.

Overview

This wiki provides some documentation about the sfcc-metadata-explorer project, what its purpose is, and how the project is structured.

Purpose

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.

Building the Code

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.

Work to complete

  • 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.
Clone this wiki locally