A Betty Blocks CLI


Keywords
betty-blocks, no-code
License
Apache-2.0
Install
npm install @betty-blocks/cli@23.0.0

Documentation

Betty Blocks Component CLI

Prerequisites

As of version 25.29.0, you will need to install the requirements for IsolatedVM which basically include:

  • make
  • g++
  • python

Installation

To install the CLI you will need a recent version of Node.js.

$ npm install -g @betty-blocks/cli

To install the CLI without optional dependencies (isolated-vm)

$ npm install -g @betty-blocks/cli --no-optional

Update

To update the CLI

$ npm update -g @betty-blocks/cli

To update the CLI without optional dependencies (isolated-vm)

$ npm update -g @betty-blocks/cli --no-optional

Introduction

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: