@sap/create-leanix-custom-report
v2.2.1
Published
Scaffolding tool to quickly bootstrap new SAP LeanIX custom reports
Readme
@sap/create-leanix-custom-report
Scaffolding Your First SAP LeanIX Custom Report
Compatibility Note: Requires Node.js version >=24.0.0.
With NPM:
$ npm create @sap/leanix-custom-report@latestWith Yarn:
$ yarn create @sap/leanix-custom-reportWith PNPM:
$ pnpm create @sap/leanix-custom-reportThen follow the prompts!
You can also directly specify the project name via command line:
# npm
npm create @sap/leanix-custom-report@latest my-custom-report
# yarn
yarn create @sap/leanix-custom-report my-custom-report
# pnpm
pnpm create @sap/leanix-custom-report my-custom-reportAll projects are scaffolded using React with TypeScript, providing a modern, type-safe development experience with excellent IDE support and maintainability.
