| Crates.io | oxre |
| lib.rs | oxre |
| version | 0.1.1 |
| created_at | 2025-06-20 14:42:33.43642+00 |
| updated_at | 2025-06-20 14:56:01.195533+00 |
| description | Blazingly fast React project scaffolder written in Rust |
| homepage | https://github.com/ddoemonn/oxre |
| repository | https://github.com/ddoemonn/oxre |
| max_upload_size | |
| id | 1719715 |
| size | 33,238 |
Blazingly fast React project scaffolder written in Rust
oxre scaffolds React projects with no network requests. All templates embedded.
# 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
--typescript)Wanted a React scaffolder that:
cargo install oxre
MIT - see LICENSE
Made by @ddoemonn