ui5-task-sitemap
v0.0.3
Published
Custom UI5 task to generate sitemap.xml for SAPUI5/OpenUI5 applications.
Maintainers
Readme
UI5 task for generating a sitemap for your UI5 application
Task for ui5-builder, creates an XML sitemap
Prerequisites
- Requires at least
@ui5/[email protected](to supportspecVersion: "3.0")
Install
npm install ui5-task-sitemap --save-devUsage
- Define the dependency in
$yourapp/package.json:
"devDependencies": {
// ...
"ui5-task-sitemap": "*"
// ...
}- configure it in
$yourapp/ui5.yaml:
builder:
customTasks:
- name: ui5-task-sitemap
afterTask: replaceVersion
configuration:
baseUrl: "https://yourapp.example.com"
priority: 0.8
changefreq: "monthly"Please note, this is a work in progress!
Licence
Standard MIT license
If you find this extension useful, buy Qualiture (Robin van het Hof) a beer when you see him 🙂
