next-fast

Crates.ionext-fast
lib.rsnext-fast
version0.1.1
created_at2025-06-09 10:19:22.89213+00
updated_at2025-06-09 10:58:33.35816+00
descriptionA CLI wrapper that creates Next.js apps with bun and initializes Prisma
homepage
repositoryhttps://github.com/Shivrajsoni/next-fast
max_upload_size
id1705762
size24,481
jarvihs (Shivrajsoni)

documentation

README

๐Ÿ“ฆ 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:
  • Tailwind CSS
  • ShadCN UI components
  • App Router
  • TypeScript support
  • ESLint & Prettier
  • PrismJS integration

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!

Commit count: 4

cargo fmt