Crate leptos_forge_build_script

Crate leptos_forge_build_script 

Source
Expand description

Library with helpers to write a build scripts

ModuleDescription
consoleContains the code related to printing messages during the cargo build. Has support for multiline text and message tagging
resourcesReliable static resource management across dependencies
tailwindReliable tailwind integration for cargo projects

Detailed documentation and usage can be found at the module level

Modulesยง

console
Handles output for the build scripts
resources
Reliable resource management for your crate based on cargo-resources
tailwind
Reliable tailwindcss integration for your build script