Skip to content

deriv-com/create-deriv-app

Repository files navigation

Screenshot 2024-03-11 at 12 59 27 PM

create-deriv-app

A CLI to bootstrap new Deriv packages and libraries, with feature selection and automatic setup for new repositories.

Getting started

To get started, install the CLI using:

npx create-deriv-app

Then simply follow the prompts listed to select the features for the new package/library.

Supported features

  • Bundlers: Vite/Rsbuild (for libraries, tsup is used instead)
  • Styling libraries: Tailwind/Sass/Styled components
  • Precommit hooks
  • Folder structure initialization

Future improvements

  • Path alias initialization Supported
  • Deriv API V2 integration
  • Deriv translations workflow