Skip to main content
This release is 3 versions behind 1.4.23 — the latest version of @reliverse/cli. Jump to latest

This superapp tool can help you easily create new web projects and automatically make advanced codebase modifications, with more features coming soon.

This package works with Node.js, BunIt is unknown whether this package works with Cloudflare Workers, Deno, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
It is unknown whether this package works with Deno
This package works with Bun
It is unknown whether this package works with Browsers
JSR Score
94%
Published
2 days ago (1.4.20)

Reliverse CLI

📚 Docs: docs.reliverse.org | 💙 Discord: discord.gg/Pb8uKbwpsJ | NPM | GitHub

@reliverse/cli is a powerful command-line interface tool that helps you effortlessly create new web projects, manage existing ones, and apply advanced, automated modifications to your codebase. Having Reliverse CLI is like having a superapp right in your terminal!

Get Started

Make sure you have Node.js, Git, and Bun installed. Then:

  • Install: bun i -g @reliverse/cli
  • Use: reliverse cli
  • Update: bun -g update --latest

Project Features

  • Bootstrap new projects and manage existing ones
  • Push commits to GitHub, deploy to Vercel
  • Add integrations, apply different codemods
  • To learn more features, check out the docs

Contributing


Show your ❤️ and support for this project by ⭐ starring it and following its creator, Nazar Kornienko.

Add Package

deno add jsr:@reliverse/cli

Import symbol

import * as cli from "@reliverse/cli";

---- OR ----

Import directly with a jsr specifier

import * as cli from "jsr:@reliverse/cli";

Add Package

npx jsr add @reliverse/cli

Import symbol

import * as cli from "@reliverse/cli";

Add Package

yarn dlx jsr add @reliverse/cli

Import symbol

import * as cli from "@reliverse/cli";

Add Package

pnpm dlx jsr add @reliverse/cli

Import symbol

import * as cli from "@reliverse/cli";

Add Package

bunx jsr add @reliverse/cli

Import symbol

import * as cli from "@reliverse/cli";