@ui5/webcomponents-react-cli
v2.17.0
Published
CLI for UI5 Web Components for React
Readme
@ui5/webcomponents-react-cli
Wrapper generation and code-mod for ui5/webcomponents-react.
Usage
Installation
npm install @ui5/webcomponents-react-cliDocumentation
You can find an interactive documentation in our Storybook.
- Wrapper generation
- Code-mods:
- v2: Migrate your codebase from v1 to v2
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
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
- v2: Migrate your codebase from v1 to v2
Contribute
Please check our Contribution Guidelines.
License
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.
