1.0.0 • Published 6 years ago

ts-lib-tutorial v1.0.0

Weekly downloads
7
License
SEE LICENSE IN LI...
Repository
github
Last release
6 years ago

Typescript Library Building Tutorial

Created by Spencer Pollock

My student presentation for COMP8851. This is a Typescript base project to demonstrate creating a Typescript library to be used and consumed in a Javascript format. This presentations goes over a quick synopsys of Typescripts benefits, how to start a project, how to utalize the Rollup bundler with the Babel compiler (for es2015+ Typescript support), Mocha unit testing framework, Chai assertion library and then publish the project to npm.