A collection of small, focused packages for Node.js and web development - covering terminal output, logging, ANSI colors, and CLI argument parsing.
All packages are ESM-first, tree-shakeable, and designed to work well together while remaining independent.
| Package | Version | Description |
|---|---|---|
| @niceties/logger | A modular logger for async tasks with pluggable appenders | |
| @niceties/draftlog-appender | Animated terminal appender for @niceties/logger using draftlog |
|
| @niceties/draftlog | Create mutable (in-place updatable) log lines in the terminal | |
| @niceties/ansi | Minimalistic, tree-shakeable ANSI colors library | |
| @niceties/node-parseargs-plus | Enhanced middleware-based wrapper around Node.js util.parseArgs |