Skip to content

Utility to extract UI5 artifacts (views, controllers, utility javascripts) and functions to a word document

Notifications You must be signed in to change notification settings

nadh1981/ui5extract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Developed this python script to extract the details of UI5 artifacts to a document.

This is not part of any project delivery and I was learning python when writing this program. So this code is not optimized and may not align with any standards or best practices.

To get this working place the source code of projects you want to generate documents on into a root folder as below:

  • Root Folder
    • Project 1
      • Component.js
      • index.html
      • .
      • ..
    • Project 1
      • Component.js
      • index.html
      • .
      • ..

Update below line to with path to source folder in generatedocuments.py:

Line 11: location = '' #should contain path to the source dir

About

Utility to extract UI5 artifacts (views, controllers, utility javascripts) and functions to a word document

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages