Skip to content

v0.1.4 — Module resolution & Tailwind Integration

Choose a tag to compare

@AndraZero121 AndraZero121 released this 01 Jul 11:43

rusters-cli v0.1.4

This release solves missing Rust module compiler errors and migrates the frontend scaffold template to use Tailwind CSS v4 as the main base.

Fixes

  • Module compiler errors: Added missing mod.rs files for the controllers, database, and middleware modules in the project template. This fixes the file not found for module compilation failure.
  • React mount point: Fixed the React starter template (main.tsx) to properly use ReactDOM.createRoot to mount the root <App /> component into #app in the DOM.

Tailwind CSS v4 Integration

  • Tailwind-based utility styles: Migrated starter templates (App.vue and main.tsx) to use utility classes from Tailwind CSS.
  • Vite config: Created custom vite.config.ts templates that automatically load @tailwindcss/vite (Tailwind CSS v4) and the respective framework plugin (@vitejs/plugin-vue or @vitejs/plugin-react).
  • Base styles: Replaced static layout rules in styles.css with @import "tailwindcss" configurations.

Install

cargo install --git https://github.com/untrustnova/rusters-cli --tag v0.1.4