nium
Version:
nium is a nodejs manager which compiles and does all the heavy work for you
22 lines (14 loc) โข 525 B
Markdown
# โก 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