@brizy/create-thirdparty v1.0.9
Create Brizy ThirdParty Components
The easiest way to get started with Brizy Thirdparty is by using npx @brizy/create-thirdparty. This CLI tool enables you to quickly start building a thirdparty components for the Brizy Builder, with everything set up for you.
This package includes the global command for create package with Brizy Thirdparty Components. Please refer to its documentation:
- Getting Started – Or HomePage .
You can create a new project interactively. To get started, use the following command:
npx @brizy/create-thirdpartyYou will be asked for the name of your project
And then follow the instruction from CLI.
Enter in your new created project folder
cd <your-project-name>And build with:
npm run buildOr in development mode:
npm run start@brizy/thirdparty allows you to create a new thirdparty components lib for Brizy builder within seconds. It is officially maintained by the creators of Brizy.io.