-
Notifications
You must be signed in to change notification settings - Fork 0
Home
PFMCODES edited this page Jul 4, 2025
·
2 revisions
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.
- 🏗️
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
| 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 |
your-project/
├── index.js
├── n.config.json
├── package.json
├── README.md
└── .gitignore~/.nium/settings.json
Have suggestions, ideas, or bug reports? Feel free to open an issue or merge request