Installation
We equip developers with a workflow for collaborating, building and delivering UI\UX faster to production. See also our Gitbook
Get the JUX CLI to your machine
Core Features
Pull components as well as the tokens used by the designer
Pull assets used (future)
Installing scripts
In your 'packge.json' file:
Under "dependencies" add:
Under scripts, add the following:
Commands
As for now, there are 2 commands that developers need to know about:
Login
Gain access to the organization to collaborate
Description: The login
command allows you to log in to your JUX account, providing access to designer output.
Pull
Get all components and themes to your local computer
Description: The pull
command in the @jux/cli
is used to retrieve the latest UI components for your project. This command allows you to efficiently fetch UI components that are part of your project's design system, ensuring that your application stays up-to-date with the latest tokens and components.
Option | Alias | Description |
---|---|---|
--dir-name | -d | The new directory (relative to current directory) to pull component's files to |
Run the following to list all available JUX CLI commands (alternatively, use the -h
alias, instead of --help
):
Run the following to get help on a specific command:
Last updated