2 releases
0.1.1 | Jun 9, 2025 |
---|---|
0.1.0 | Jun 9, 2025 |
#200 in Development tools
264 downloads per month
12KB
194 lines
๐ฆ 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!
Dependencies
~3โ12MB
~124K SLoC