Crate dilla_cli

source ·
Expand description

Share your design system in a tiny universal package.

Dilla is a fast but minimal WASM builder based on the syntax and behavior of the Jinja2 implemented on top of Minijinja. The goal is to be able to pack your design system into a universal package, executable through a simple declarative API, for both server side and headless rendering.

To know more about Dilla visit our website dilla.io.


Dilla CLI for renderer and describer.

Simple utility to use and test Dilla without WASM build.

Structs

  • Cli 🔒
    Cli entrypoint to allow commands.

Enums

  • Commands 🔒
    Enum representing the possible commands for the CLI.

Functions

  • describe 🔒
    Return the definition of a Design System.
  • main 🔒
    Rust Command-line Interface (CLI) for performing rendering and introspection tasks.
  • render 🔒
    Renders the specified payload using the given mode and outputs the result.