A command line interface (CLI) for adding components and themes to your project.
Project description
buridan
A command line interface (CLI) for adding components and themes to your project.
create
Opens the Buridan UI theme builder in your browser. Use it to customize your design system and generate a unique preset ID.
buridan create
init
Initialize Buridan UI in your project. This command sets up CSS utilities (shimmer, scroll fade) in assets/globals.css and updates rxconfig.py with the required Tailwind configuration.
buridan init
apply
Apply a theme preset to your project. Generates :root and .dark CSS variable blocks in assets/globals.css based on the preset ID from the theme builder.
buridan apply --preset <ID>
Arguments:
--preset: The theme preset ID from the Buridan UI theme builder. Useb0for the default theme.
Example:
buridan apply --preset b0
buridan apply --preset b2D0wqNxT
add
Add components and their dependencies to your project.
buridan add <name>
You can add multiple components at once:
buridan add button input select
Blocks (charts, dashboards, etc.) can be added the same way:
buridan add line_chart_01
Components are placed in components/, blocks in blocks/. Dependencies are resolved and added automatically.
Note: Components require a theme to render correctly. Run
buridan applybefore using components.
list
Display all available components and blocks.
buridan list
Recommended workflow
buridan create # build your theme, copy the preset ID
buridan init # set up utilities and Tailwind config
buridan apply --preset <ID> # apply your theme
buridan add button input select # add the components you need
Documentation
Visit https://ui.buridan.dev/components to see all the components.
Visit https://ui.buridan.dev/docs/getting-started/cli section to get started.
License
Licensed under the MIT license
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file buridan_create-0.1.19.tar.gz.
File metadata
- Download URL: buridan_create-0.1.19.tar.gz
- Upload date:
- Size: 2.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
514ad501775079c434e833a3c4eecabd0dc3cd8eedfbbb86931aff9175bc56a1
|
|
| MD5 |
aaa3a1697bac111110c191aa803f572c
|
|
| BLAKE2b-256 |
0ed565c91092be66ea2d3c6a939e7a70ae38334b8e303967d6f953353583d081
|
File details
Details for the file buridan_create-0.1.19-py3-none-any.whl.
File metadata
- Download URL: buridan_create-0.1.19-py3-none-any.whl
- Upload date:
- Size: 312.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
816a31bf36987dba27071d935f5d215c0afced30b4e59fe24bdf35943b10d049
|
|
| MD5 |
83814eaaf78e109af29f97d2de793cce
|
|
| BLAKE2b-256 |
80896fe5e749293d041d802fe73b8289a9d180f60d56d09040eba5822b59f554
|