Skip to content

Latest commit

 

History

History

README.md

@ui5/webcomponents-react-cli

Wrapper generation and code-mod for ui5/webcomponents-react.

Usage

Installation

npm install @ui5/webcomponents-react-cli

Documentation

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

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.