0.1.2 • Published 8 years ago

grunt-sap-fiori-template v0.1.2

Weekly downloads
1
License
-
Repository
github
Last release
8 years ago

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