This repository contains a boilerplate for developing Electron applications using OpenUI5.
-
Get the boilerplate, by either
- downloading a release as ZIP file or
- cloning the repository
-
After downloading or cloning, rename the directory according to your application's name
-
Open a terminal and
cdinto the directory -
Delete the
.gitfolder, if present- this is necessary, since it points to the boilerplate repository on GitHub
-
Open the file
package.jsonand replace the following placeholders:Place Holder Description APPNAME_PLACEHOLDERApplication name, must only contain characters A-Z, a-z DESCRIPTION_PLACEHOLDERDescription of your application UI5_APP_NAMESPACE_PLACEHOLDERBase namespace of your application that used in the OpenUI5 code REPOSITORY_URL_PLACEHOLDERURL of the source repository AUTHOR_PLACEHOLDERYour name EMAIL_PLACEHOLDERYour email address -
In the terminal, issue the following commands:
npm install --only=devnode rename-project.js
-
You're ready to go!
- You can now delete the files
rename-project.jsandREADME.md
- You can now delete the files