Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 531 Bytes

readme.md

File metadata and controls

27 lines (18 loc) · 531 Bytes

Typescript Starter

A bare minimum starter repository for writing and testing browser modules using typescript.

Getting Started

  • Clone this repository
git clone https://github.com/creately/ts-starter.git my-module
  • Update the package.json file
  • Replace the git origin
git remote remove origin
git remote add origin MY_ORIGIN

Updating Dependencies

Pull new commits from this repository to your own repository for updates.

git pull https://github.com/creately/ts-starter.git