Skip to content

Simple CLI starter, with yargs, gts, jest and pkg

Notifications You must be signed in to change notification settings

AnsonT/typescript-cli-starter

Repository files navigation

typescript-cli-starter

Basic typescript starter template for building command line applications

Uses:

usage

start

npm run start Runs the CLI application

test

npm run test Builds and run the unit tests

lint

npm run lint Runs lint on the source code

fix

npm run fix Fixes lint errors automatically

bundle

npm run bundle Builds and bundles into native executables for Windows, Mac and Linux The shareable executables will be in the ./exec/ directory

About

Simple CLI starter, with yargs, gts, jest and pkg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published