Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 617 Bytes

File metadata and controls

17 lines (11 loc) · 617 Bytes

node-cli-starter

CI Build

Minimal starter kit for building Node CLI applications with TypeScript.

Getting Started

To get started clone repo locally and run pnpm install at the root of the repo. Run ncs --version to see installed CLI.

Commands

  • pnpm run start: execute CLI via pnpm script
  • pnpm run postinstall: runs global pnpm link/install of CLI
  • pnpm run uninstall: runs global pnpm unlink/uninstall of CLI
  • ncs --version: log version from CLI
  • ncs greet "world": log greeting command from CLI