2.0.0 • Published 3 years ago

@kvanttori/create-ts-app v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

create-ts-app

Collection of shell scripts to create a simple TypeScript app with Jest and ESlint.

From 2.0.0 these scripts will work with both Linux and macOS!

How to use

npx @kvanttori/create-ts-app myapp

And you should have a TypeScript project with ESlint and Jest configured in no time!

Publishing

npm login
npm version {major,minor,patch,x.y.z} # bump version, major, minor, patch or even 2.3.4 for example!
npm publish --access public

remember to bump the version!

npm repo