Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
The Complete Guide to Packaging Libraries
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Overview
- 3 A math library
- 4 Add type safety
- 5 ESM vs CJS
- 6 Export both ESM and CJS
- 7 Multiple entries
- 8 Build tools
- 9 Specialized build tool (tsup)
- 10 Handle special files
- 11 Simplify type safety
- 12 Simplify ESM and CJS
- 13 Export raw for private packages
- 14 Many little rules
- 15 publint.dev