Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 273 Bytes

File metadata and controls

11 lines (9 loc) · 273 Bytes

ts-module-starter

a template for creating typsecript modules

to copy for use

git clone https://github.com/LabCo/ts-module-starter.git TargetRepoName
cd TargetRepoName/
git remote set-url origin https://github.com/TargetRepoName.git
git push -u origin master