Skip to content
/ ts-template Public template

A Typescript project template including Babel, Jest, TSLint & Prettier. Copied from the Javascript project template (js-template).

Notifications You must be signed in to change notification settings

softwaresauna/ts-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typescript Template

This is a template project, meaning it is created to be copied or forked to serve as a base for other software.

It comes equipped with:

Usage

Take the files and use them to start your own Javascript project.

Using Yarn

  • yarn install everything
  • yarn build build Javascript from Typescript and put the files in the specified folder
  • yarn test run all tests with Jest
  • yarn start uses index.ts as the entry point
  • yarn lint check code style and list errors & warnings
  • yarn prettier fix formatting (will make changes, but not commit them)

About

A Typescript project template including Babel, Jest, TSLint & Prettier. Copied from the Javascript project template (js-template).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published