ts-lib-tutorial
v1.0.0
Published
A tutorial for building and deploying a Typescript buildable suite
Downloads
1
Maintainers
Readme
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.