@betty-blocks/cli
v26.0.2
Published
A Betty Blocks CLI
Maintainers
Keywords
Readme
Betty Blocks Component CLI
Prerequisites
As of version 26, you will need to install the following requirements
Installation
To install the CLI you will need a recent version of Node.js.
$ npm install -g @betty-blocks/cliUpdate
To update the CLI
$ npm update -g @betty-blocks/cliLocal development
Make sure you run bun version 1.2.19 or higher:
bun --version
To install dependencies, run:
bun installIntroduction
Welcome to the GitHub repository for the Betty Blocks command-line interface (CLI).
This CLI lets you develop for Betty Blocks, a no-code platform for business users. Not using Betty Blocks yet? Find out more at https://www.bettyblocks.com.
Contents
This is the recommended order of reading up on Component System concepts:
- Get up and running with the Betty Blocks Component System CLI.
- Before building your own Component Set, familiarize yourself with the Core Concepts.
- Read how several concepts work together to form the Component System.
- Understand how Prefabs form the main building Blocks of your Component Set.
- Learn how you can build the Components that make up the Prefabs.
- Allow the End User to customize your components with Component Options.
- Use the API's described in Component Helpers to add functionality to your Components.
- For those familiar with TypeScript, read more about the types of the Component System.
