| Crates.io | next-fast |
| lib.rs | next-fast |
| version | 0.1.1 |
| created_at | 2025-06-09 10:19:22.89213+00 |
| updated_at | 2025-06-09 10:58:33.35816+00 |
| description | A CLI wrapper that creates Next.js apps with bun and initializes Prisma |
| homepage | |
| repository | https://github.com/Shivrajsoni/next-fast |
| max_upload_size | |
| id | 1705762 |
| size | 24,481 |
๐ฆ next-fast โ Next.js + ShadCN + PrismJS Project Generator A fast and opinionated CLI tool to bootstrap a full-stack Next.js app with ShadCN UI components and PrismJS syntax highlighting .
๐ Built with Rust for speed and reliability.
โ Features โจ Creates a fully configured Next.js project ๐จ Integrates ShadCN/UI ๐ค Adds PrismJS for beautiful code blocks ๐ Written in Rust for blazing-fast performance ๐ฆ No external dependencies beyond standard tooling ๐ ๏ธ Installation
cargo install next-fast
Make sure you have Rust and Cargo installed. If not, install them from rust-lang.org .
๐ก Tip: Add ~/.cargo/bin to your PATH if you encounter a "command not found" error.
๐งช Usage
next-fast <project-name>
This will create a new directory <project-name> containing a ready-to-run Next.js application with the following already set up:
Example:
1 next-fast my-app
2 cd my-app
3 npm run dev
Open http://localhost:3000 to see your new app!
๐งฉ Available Components & Tools ShadCN Button, Card, Dialog, etc. TailwindCSS utilities Dark mode toggle (optional) Code highlighting using PrismJS ๐ก๏ธ License MIT License โ see LICENSE
๐ Contributing Contributions are welcome! Please open an issue or submit a PR on GitHub.
Fork the repo Create your feature branch (git checkout -b feature/new-template) Commit your changes (git commit -m 'Add feature') Push to the branch (git push origin feature/new-template) Open a Pull Request ๐ฌ Feedback & Issues Have a bug or a feature request? Open an issue here: https://github.com/Shivrajsoni/next-fast/issues
๐ฆ Crate Info crates.io : https://crates.io/crates/next-fast GitHub : (Add your GitHub link here) Let me know if you'd like this README enhanced with badges (e.g., license, version, downloads), or want to generate a GitHub release template as well!