v1.0.0 Released

The Package Manager
C/C++ Deserves

Simple. Git-based. No complex build systems. Just code.

Read Docs

🚀 Instant Start

Scaffold new C or C++ projects in seconds with built-in best practices.

📦 Git-Native

Install libraries directly from GitHub. Supports tags, branches, and versions.

🛠️ Build Ready

Auto-generates include flags for GCC, Clang, or any compiler you love.

Installation

Terminal
pip install crew-cli

Or clone and install from source if you want to contribute.

Workflow

1. Create

Start a new project with a ready-to-go template.

crew create my-game --template cpp

2. Install

Add dependencies from any Git URL.

cd my-game
crew install https://github.com/nlohmann/json.git

3. Run

Build and run your application.

crew run build
crew run start

Why Crew?

C and C++ are powerful, but dependency management shouldn't be painful. Crew brings the ease of npm to the compiled world.