@kvanttori/create-ts-app
v2.0.0
Published
Collection of shell scripts to create a simple TypeScript app with Jest and ESlint.
Downloads
2
Readme
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!