Skip to content
PFMCODES edited this page Jul 4, 2025 · 2 revisions

🧠 Nium CLI (n)

Welcome to the Nium CLI Wiki!
n (short for Nium) is a powerful, customizable CLI tool designed to help developers quickly scaffold, build, and manage JavaScript and TypeScript projects with ease.


🚀 Features

  • 🏗️ init – Quickly scaffold new projects
  • 🛠️ build – Run custom or detected build commands
  • ⚙️ settings – Manage your global configuration
  • 📂 Project structure based on user preferences
  • 🧠 Smart defaults and language-aware scripting
  • 📁 Supports global .nium/settings.json

📦 Available Commands

Command Description
nium init Initializes a new project
nium build Builds the project (auto-detects logic)
nium settings Displays your current Nium config
nium --help Displays all available commands

📁 Folder Structure Example

your-project/
├── index.js
├── n.config.json
├── package.json
├── README.md
└── .gitignore

⚙ Configuration

your default settings are stored in

~/.nium/settings.json

📘 Guides

❤ Contribute

Have suggestions, ideas, or bug reports? Feel free to open an issue or merge request

Created with ❤ by PFMCODES