Skip to content

Showcase

Command line applications built with clibuilder. Every entry here was checked against its source — if it is on this page, clibuilder is in its package.json.

The list is a plain data file, src/data/showcase.ts. There is no submission form and no approval queue — additions come in as pull requests against that file:

{
name: 'your-cli',
description: 'One line on what it does.',
repo: 'https://github.com/you/your-cli',
npm: 'https://www.npmjs.com/package/your-cli' // optional
}

Two things a reviewer will check: that the project actually depends on clibuilder, and that repo resolves. npm is optional — plenty of useful CLIs are never published.