Welcome
CLI Template.tsx
All Projects
projects/cli-template

CLI Template

// A template for building CLI tools with Node.js and TypeScript.

| projects

Overview

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Usage

npx degit shparki/cli-template my-cli
cd my-cli
npm install

Included

  • TypeScript setup
  • Argument parsing
  • Interactive prompts
  • Testing setup
  • CI/CD workflows