oxre

Crates.iooxre
lib.rsoxre
version0.1.1
created_at2025-06-20 14:42:33.43642+00
updated_at2025-06-20 14:56:01.195533+00
descriptionBlazingly fast React project scaffolder written in Rust
homepagehttps://github.com/ddoemonn/oxre
repositoryhttps://github.com/ddoemonn/oxre
max_upload_size
id1719715
size33,238
Γ–zer (ddoemonn)

documentation

https://github.com/ddoemonn/oxre

README

oxre ⚑

Blazingly fast React project scaffolder written in Rust

Crates.io

ScreenRecording2025-06-20at17 51 56-ezgif com-video-to-gif-converter

oxre scaffolds React projects with no network requests. All templates embedded.

πŸš€ Quick Start

# Install
cargo install oxre

# Create React app
oxre my-app

# Create TypeScript app  
oxre my-ts-app --typescript

# Start coding
cd my-app && npm install && npm run dev

⚑ Why oxre?

  • Works offline - No network requests needed
  • Embedded templates - Everything built-in
  • Simple - Just one command
  • Modern stack - React 18 + Vite 5

πŸ› οΈ What You Get

  • React 18 + Vite 5
  • TypeScript support (--typescript)
  • ESLint configured
  • Modern project structure
  • Ready to run

πŸ€” Why I Built oxre

Wanted a React scaffolder that:

  • Works offline
  • Has no network dependencies
  • Uses modern tools
  • Just works

πŸ“¦ Installation

cargo install oxre

πŸ“„ License

MIT - see LICENSE

Made by @ddoemonn

Commit count: 0

cargo fmt