# ⚡ Nium CLI (`n`)

> A lightweight, blazing-fast CLI tool for initializing, managing, and building JavaScript/TypeScript projects with ease.

---

## ✨ Features

- 📦 Easy project scaffolding with `n init`
- ⚙️ Auto-generates `package.json`, `.gitignore`, and more
- 🧠 Smart global settings with `n settings`
- 🚀 Instant builds with `n build`
- 🔁 Run custom scripts via `n run`
- 🧪 Benchmark performance using `n speed-test`

---

## 📥 Installation

```bash
npm install -g nium
