1.0.2 • Published 5 days ago

create-deriv-app v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 days ago

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