lukeed/sade
Smooth (CLI) Operator 🎶 observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3197
- days_rel: n/a
- days_push: 706
- n_releases_24m: 0
Adoption not part of the score
1079 stars · 24 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Sade is a small, fast Node.js library for building command-line interface (CLI) applications. It provides git-like subcommands, option flags with aliases, default values with type-casting, required argument handling, and automated help text generation.
Use cases
- build a CLI tool with subcommands in Node.js
- parse command-line arguments and option flags
- generate automated help text for a CLI app
- define required arguments and default option values
- create a git-style command interface for a script
- replace yargs or commander with a lighter CLI parser
When to choose
- you want a small, fast, zero-dependency CLI parser for Node.js
- you need git-like subcommands with per-command options and examples
- you want automated, well-formatted help text without extra work
- you prefer a simple, declarative API over heavier frameworks like yargs or commander
When to avoid
- you need a CLI framework with built-in prompts, plugins, or interactive features
- you are building CLIs outside the Node.js ecosystem
- you need advanced features like auto-generated shell completions or i18n
- you want a batteries-included framework with middleware and lifecycle hooks
Facets
library · maturity stable
cli parser developer-tools developer-tools web-development cli cross-platform argv-parsing subcommands help-generation cli-builder javascript command-line nodejs
2 sources
- readme: https://github.com/lukeed/sade · fetched 2026-08-28 · fbbb5ae3f028
- registry_npm: https://registry.npmjs.org/sade · fetched 2026-08-29 · 50ef9af42fb3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lukeed/sade | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem