Note: We just released a new nyxb
CLI. See the changelog for more information.
init
Use the init
command to initialize configuration and dependencies for a new project.
The init
command installs dependencies, adds the ny
util, configures tailwind.config.js
, and CSS variables for the project.
You will be asked a few questions to configure nyxbui.json
:
Options
add
Use the add
command to add components and dependencies to your project.
You will be presented with a list of components to choose from:
Options
Monorepo
In a monorepo, you can specify the path to your workspace with the -c
or --cwd
option.
or