UNPKG

nium

Version:

nium is a nodejs manager which compiles and does all the heavy work for you

22 lines (14 loc) โ€ข 525 B
# โšก 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