https://github.com/reliverse/cli-website-builder
🏯 Reliverse is a website builder inside your terminal. You can start from scratch or use a template. You can set everything up automatically or configure everything exactly the way you like. You can have it all, with all the tools already prepared for you.
https://github.com/reliverse/cli-website-builder
authjs blefnk cli i18n next-auth next-i18next next-intl next-starter next-tailwind nextjs nextjs-example nextjs-template react reliverse shadcn shadcn-ui starter tailwind tailwindcss
Last synced: 2 months ago
JSON representation
🏯 Reliverse is a website builder inside your terminal. You can start from scratch or use a template. You can set everything up automatically or configure everything exactly the way you like. You can have it all, with all the tools already prepared for you.
- Host: GitHub
- URL: https://github.com/reliverse/cli-website-builder
- Owner: reliverse
- License: mit
- Created: 2023-08-18T17:50:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T01:18:10.000Z (2 months ago)
- Last Synced: 2025-03-21T05:12:22.823Z (2 months ago)
- Topics: authjs, blefnk, cli, i18n, next-auth, next-i18next, next-intl, next-starter, next-tailwind, nextjs, nextjs-example, nextjs-template, react, reliverse, shadcn, shadcn-ui, starter, tailwind, tailwindcss
- Language: TypeScript
- Homepage: https://reliverse.org
- Size: 16.6 MB
- Stars: 112
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @reliverse/cli
[📦 NPM](https://npmjs.com/@reliverse/cli) • [💬 Discord Community](https://discord.gg/Pb8uKbwpsJ) • [💖 Support on Patreon](https://patreon.com/blefnk) • [📚 Documentation](https://docs.reliverse.org/cli)
## Quick Start
_Prerequisites: [Git](https://git-scm.com/downloads), [Node.js](https://nodejs.org), [Bun](https://bun.sh)_
1️⃣ **Install**: `bun i -g @reliverse/cli` (or `reliverse update`) • 2️⃣ **Use**: `reliverse cli`
## Introduction
**Reliverse CLI** is your all-in-one command-line companion for _setting up_ and _enhancing_ web projects. Starting fresh or upgrading an existing app? This tool helps you:
- **Effortlessly create projects**: Spin up new web apps or import existing templates in a flash.
- **Apply powerful codemods**: Safely refactor code and integrate popular libraries.
- **Automate configuration**: Set up ESLint, Biome, env files, and more.
- **Support multiple frameworks**: Enjoy seamless compatibility with Next.js and beyond.
- **Customize with templates**: Clone pre-built templates and merge them conflict-free.
- **Automate GitHub & deployments**: Quickly create GitHub repositories, push commits, and deploy to Vercel.
- **Reliverse Addons**: `🔬 Open manual builder mode` to enable even more features and integrations.## Commands
- `reliverse cli`
Start the interactive wizard to create or configure a project.- `reliverse login` / `reliverse logout`
Log in or out of Reliverse services.- `reliverse studio`
Launch the Reliverse Studio interface.- `reliverse --help`
Display all available commands and usage info.## Configuration
When you run `reliverse cli`, a `reliverse.jsonc` or `reliverse.ts` file is created in your project root. You can edit it at any time to customize your CLI behavior. Simply restart the CLI to apply changes.
## Installing Other Templates
Use `reliverse cli` to clone any public GitHub repository:
1️⃣ Choose “Clone an existing repository” • 3️⃣ Provide the repository link • 4️⃣ Reliverse will clone and configure it automatically.
## Collaborate & Contribute
We love community input! Check out our [Contributing Guide](https://docs.reliverse.org/intro/contributing/) for how to get involved or propose new features.
If you’re interested in deeper collaboration or partnership, [join our Discord community](https://discord.gg/Pb8uKbwpsJ) to chat with us directly.
## Support
If Reliverse saves you time and effort, please consider supporting its development:
- [GitHub Sponsors](https://github.com/sponsors/blefnk)
- [Patreon](https://patreon.com/blefnk)
- [PayPal](https://paypal.me/blefony)Even a simple ⭐ on [GitHub](https://github.com/reliverse/cli) shows your love!
Thanks! Happy Reliversing!
## License
[MIT](LICENSE) © 2025 [blefnk Nazarii Korniienko](https://github.com/blefnk)