2.0.0 • Published 1 year ago

sabaccui v2.0.0

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

SabaccUI CLI

npm version npm downloads GitHub issues

SabaccUI is a powerful CLI tool designed to streamline your UI development process. Whether you're building a small project or a galaxy-spanning application, SabaccUI has got you covered!

Installation

Make sure you have Node.js >= 18.0.0 installed. Then run:

npm install -g sabaccui

Commands

login

Log in to your SabaccUI account:

sabaccui login

logout

Log out from your SabaccUI account:

sabaccui logout

buy

Purchase a SabaccUI license key:

sabaccui buy

license

Enter and activate your SabaccUI license key:

sabaccui license

configure

Retrieve your global SabaccUI settings:

sabaccui config

Retrieve a specific SabaccUI setting:

sabaccui config <key>

Set a SabaccUI setting:

sabaccui config <key> <value>

Available Settings

KeyDefaultDescription
certificateSources.certnullPath to a SSL certificate file to be linked into the project.
certificateSources.keynullPath to a SSL key file to be linked into the project.

init

Initialize a new SabaccUI project:

sabaccui init <project-name> [template]

Options:

  • -p, --path <path>: Specify the project path
  • '-s, --space `: Specify the Storyblok space ID'

setup

Setup SabaacUI in an existing project:

sabaccui setup

templates

List all available project templates:

sabaccui templates

bloks

List all available bloks:

sabaccui bloks

add

Add a new blok to your project:

sabaccui add <blok-name>

Options:

  • -p, --path <path>: Specify the project path
  • -s, --space <space>: Specify the Storyblok space ID

Examples

# Log in to SabaccUI
sabaccui login

# Initialize a new project
sabaccui init my-project startup

# List available bloks
sabaccui bloks

# Add a blok to your project
sabaccui add button -p ./my-awesome-ui
1.2.0

1 year ago

1.7.3

1 year ago

1.6.4

1 year ago

1.7.2

1 year ago

1.6.3

1 year ago

1.8.0

1 year ago

1.7.1

1 year ago

1.6.2

1 year ago

1.7.0

1 year ago

1.6.1

1 year ago

1.6.0

1 year ago

1.5.1

1 year ago

1.4.2

1 year ago

1.3.3

1 year ago

1.5.0

1 year ago

1.4.1

1 year ago

1.3.2

1 year ago

1.4.0

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

2.0.0

1 year ago

1.7.6

1 year ago

1.7.5

1 year ago

1.7.4

1 year ago

1.1.0

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago