joaquimnet / ts-cli-template

Typescript starter template for CLI applications with eslint and prettier.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TS CLI Template

A starter template for Typescript CLI applications.

Features

Clone it

npx -y degit joaquimnet/ts-cli-template my-app

Changing the command name

Change tsclitemplate to your preferred command name in the bin section of the package.json file.

Commands

run - Test your CLI.

build - Builds project to dist folder.

lint & format - Lint and format your code.

ci - Check types and runs linter.

About

Typescript starter template for CLI applications with eslint and prettier.


Languages

Language:JavaScript 100.0%