v1.0.0

Developer Toolkit CLI

Create projects, manage dependencies, and perform system tasks with a single, powerful command-line tool.

curl -fsSL https://cli.infobits.io/install.sh | bash

Features

Quick Commands

Use short aliases like 'i r' for run and 'i i' for install. Less typing, more productivity.

Package Manager Detection

Automatically detects npm, yarn, pnpm, bun, cargo, go, flutter, and more from your project.

Project Templates

Create new websites and apps from templates. Next.js, Flutter, and more with one command.

Cross-Platform

Works on macOS, Linux, and Windows. Same commands, same experience everywhere.

System Utilities

Clear DNS cache, set up aliases, and more system tasks without remembering complex commands.

Self-Updating

Keep your CLI up to date with a single command. No manual downloads needed.

Installation

Install infobits CLI with a single command. Choose your platform below.

curl -fsSL https://cli.infobits.io/install.sh | bash

After installation, run infobits alias to set up the i shortcut.

Quick Start

Here are some common commands to get you started. All commands support the short i alias.

Run your project

Auto-detect package manager and run dev server

i r

Install dependencies

Install with the right package manager

i i

Create a website

Scaffold a new Next.js project

i c w --template nextjs --name my-site

Create an app

Scaffold a new Flutter app

i c a --template flutter --name my-app

Clear DNS cache

Works on macOS, Linux, and Windows

i dns clear

Update CLI

Get the latest version

i up

See all available commands

infobits --help