Socket
Book a DemoInstallSign in
Socket

xml-ui5

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xml-ui5

Check xml files by di-code-validation.xml

latest
Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
3
200%
Maintainers
1
Weekly downloads
 
Created
Source

i18n-xml

Node.js CI

CLI interface to di.code-validation.xml to check SAPUI5/OpenUI5 xml files

Install

	npm install xml-ui5

Usage

By default check *.view.xml and *.fragment.xml files in webapp directory of the project.

	npx xml-ui5

Just change project path and use default files definition

	npx xml-ui5 --project-path  "/path/to/your/project/webapp/"

Manually define all parameters

	npx xml-ui5 --files "/projectPath/**/*.view.xml" --ignore "/projectPath/node_modules/**/*.xml" --files "/projectPath/**/*.fragment.xml" --project-path  "/projectPath/"

Parameters

--files : Define file sources to check by patterns

--ignore : Negative to files. Define file sources which is ignored

--path-project : Define path to project which is used to read project definitions (if exists) and default file definitions (./**/*.view.xml, ./**/*.fragment.xml) are relative to the project path

Keywords

SAPUI5

FAQs

Package last updated on 12 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts