UNPKG

git-reaper

Version:

A CLI tool to manage git branches and clean up stale branches.

10 lines (7 loc) 151 B
#!/usr/bin/env node import { initCli } from './cli.js' /** * Main entry point of the CLI application. * Runs the CLI initialization. */ initCli()