Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Boilerplate for simple TypeScript command-line tools

License

Notifications You must be signed in to change notification settings

zacanger/ts-cli-boilerplate

Repository files navigation

ts-cli-boilerplate

Boilerplate for simple TypeScript command-line tools.

Support with PayPal Patreon ko-fi


Usage

  • Click the "Use this template button" to create a new repo.
  • Clone your repo
  • npm ci
  • Write some code!
  • npm run build

Check out the scripts and hooks in package.json for details.

LICENSE