Registry / cli / commander

commander

JSON →
library15.0.0javamaven✓ verified 25d ago

WebJar for Commander.js, a complete solution for node.js command-line interfaces.

<dependency> <groupId>org.webjars.npm</groupId> <artifactId>commander</artifactId> <version>14.0.1</version> </dependency>
INSTALL
IMPORT
SIG · COMMANDER
C
commander
clijavav15.0.0
Install
867ms avg
Import
12ms
Disk
0MB
Pass rate
6/ 6
Env Coverage6 / 6
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v13.1.0 · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18223 runs
installs and imports cleanly · install 0.0s · import 0.013s · 0.23MB
glibc
node 18223 runs
installs and imports cleanly · install 0.9s · import 0.010s · 0.23MB
0
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Commander
commander.Commander

Initializes a Commander.js program for CLI argument parsing.

import commander.Commander; public class Quickstart { public static void main(String[] args) { Commander program = new Commander(); program.version("1.0.0"); System.out.println("Commander initialized"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
15.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
34
Resources
commander — mvn dependency:get commander · libregistry