Library that provides utility functions to validate input constraints required by Fiori projects. For example, validate Fiori project name text length limit, special characters that are not allowed in the naming, SAP client format, project description text length limit, etc.
This library provides reusable validation utilities to support validations required in tools that facilitate Fiori project generation, deployment configuration, etc.
Npm
npm install --save @sap-ux/project-input-validator
Yarn
yarn add @sap-ux/project-input-validator
Pnpm
pnpm add @sap-ux/project-input-validator
See example usage in test folder.