create-deriv-app
v1.0.3
Published
A CLI to bootstrap Deriv packages and libraries
Downloads
7
Readme
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