Skip to content

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

License

Notifications You must be signed in to change notification settings

KvanttoriOy/create-ts-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages