Skip to content

sharathmg-sap/code-ux

Repository files navigation

grunt-sap-fiori-template

NPM

Built with Grunt

  • SAP Fiori Open UI5/Maven Template for creating SAP Fiori applications easily.

Usage

  • This is a grunt plugin & can be used as any other grunt plugins.

  • Install this module from npm.

  • Check the file 'parameters.json' for the list of configurable parameters which users can provide.

  • The below code snippet shows the initial configuration to execute the task which creates the SAP Fiori project structure.

                                          sap_fiori_template: {
                                                               parameters : [ '<%= pkg.destinationPath %>',
                                                               '<%= pkg.project_groupId %>',
                                                               '<%= pkg.project_artifactId %>',
                                                               '<%= pkg.project_version %>',
                                                               '<%= pkg.project_description %>',
                                                               '<%= pkg.project_parent_groupId %>',
                                                               '<%= pkg.project_parent_artifactId %>',
                                                               '<%= pkg.project_parent_version%>'
                                                               ]
                                          },
    
  • Please check the Gruntfile for further details

About

code performed with the intention of providing the better UX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors