CLI for UI5 Web Components for React
npm install @ui5/webcomponents-react-cliWrapper generation and code-mod for ui5/webcomponents-react.
``bash`
npm install @ui5/webcomponents-react-cli
You can find an interactive documentation in our Storybook.
- Wrapper generation
- Code-mods:
- v2: Migrate your codebase from v1 to v2
`shell`
npx @ui5/webcomponents-react-cli codemod --transform v2 \
--src ./path/to/src \
--typescript # only if you use TypeScript in your project, omit if you use JavaScript
`
- export-maps: Migrate your codebase from root imports to direct imports using exports maps
shell``
npx @ui5/webcomponents-react-cli codemod --transform export-maps \
--src ./path/to/src \
--typescript # only if you use TypeScript in your project, omit if you use JavaScript
Please check our Contribution Guidelines.
Please see our LICENSE for copyright and license information.
Detailed information including third-party components and their licensing/copyright information is available via the REUSE tool.