SAP DM Plugin Generator READMEFeaturesThis VSCode / Business Application Studio Extenstion scaffolds a SAP Digital Manufacturing POD plugin for either POD 1.0, POD 1.1 or POD2.0 RequirementsRequires VSCode 1.99.3 or above Extension SettingsNone Known IssuesNo known issues at the moment Release NotesI have decided to move away from my original Yeoman tool as VSCode extenstions give me a lot more capabilites and functionality. In addition when new versions are released you will be notified by VSCode / Business Application Studio and auto updated if you have the feature enabled. I will be writing a new blog on the SAP SCN soon to introduce the new tool. Feel free to reach out with feature requests. To use press control + shift + P (to run a command) and use one of these commands "Create SAP DM POD Plugin" or "ZIP all files in the current workspace" 0.0.16Added support to build a POD 1.1 pluing using the SAPUI5 CLI, when you press the NPM install and build button it will install the UI5 CLI tool and then execute the build command. This packages the plugin using a component-preload file which means the pluging much faster. Thanks to Lenneth De Ryck for the suggestion. |