🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

juo

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

juo

A CLI tool for the Juo platform

latest
npmnpm
Version
0.0.1-alpha.5
Version published
Maintainers
1
Created
Source

juo

CLI for publishing Juo blocks to registry

oclif Version Downloads/week

  • juo
  • Usage
  • Commands

Usage

$ npm install -g juo
$ juo COMMAND
running command...
$ juo (--version)
juo/0.0.1-alpha.5 darwin-arm64 node-v22.13.1
$ juo --help [COMMAND]
USAGE
  $ juo COMMAND
...

Commands

juo create

Generate a new Juo project

USAGE
  $ juo create [-q] [-v]

FLAGS
  -q, --quickstart
  -v, --verbose

DESCRIPTION
  Generate a new Juo project

juo generate

Generate blocks for your project

USAGE
  $ juo generate [-n <value>] [--type block] [-t] [-v]

FLAGS
  -n, --name=<value>   The name of the component
  -t, --[no-]tailwind
  -v, --[no-]verbose
      --type=<option>  [default: block] The type of the component
                       <options: block>

DESCRIPTION
  Generate blocks for your project

EXAMPLES
  $ juo generate

juo help [COMMAND]

Display help for juo.

USAGE
  $ juo help [COMMAND...] [-n]

ARGUMENTS
  [COMMAND...]  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for juo.

See code: @oclif/plugin-help

juo publish

Publish theme files from the ./dist directory to the remote registry.

USAGE
  $ juo publish [--reconfigure] [-t <value>]

FLAGS
  -t, --theme=<value>  [default: default] Specify the name of the theme to publish

GLOBAL FLAGS
  --reconfigure  Reconfigure settings

DESCRIPTION
  Publish theme files from the ./dist directory to the remote registry.

EXAMPLES
  $ juo publish
  Publish the default theme files.

  $ juo publish --theme custom-theme
  Publish a custom theme files.

  $ juo publish --reconfigure
  Reconfigure settings and publish.

Keywords

oclif

FAQs

Package last updated on 26 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts