Tuesday, 20 June, 2017 UTC


Summary

Creating a library is always a cumbersome process with lots of setup and decisions to make. [TypeScript library starter](https://github.com/alexjoverm/typescript-library-starter) makes this process very easy and automated, using latest in tech configs and libraries such as Rollup, Jest, Prettier, TSLint, TypeDoc... This lesson will walk you through creating a simple "tell-my-time" library from scratch, formatting and linting the code, generating optimized multiplatform bundles, unit-testing the library and showing up the important bits of the configuration.