juo
v0.0.1-alpha.5
Published
A CLI tool for the Juo platform
Downloads
47
Readme
juo
CLI for publishing Juo blocks to registry
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 projectjuo 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 generatejuo 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.