Posts tagged “tsup”
2 posts found
Create Your New Modern TypeScript/JavaScript Library With tsup (2023)
January 15, 2023
We will be going over tsup (a modern robust bundling tool which is an alternative to the popular rollup) to create a JavaScript library ourselves, and then submit it to the npm registry for developers to npm install into their projects.
javascripttypescriptlibrary+1
Create Your New Modern TypeScript/JavaScript Library With tsup
November 15, 2022
We will be going over tsup (a modern robust bundling tool which is an alternative to the popular rollup) to create a JavaScript library ourselves, and then submit it to the npm registry for developers to npm install into their projects. Our code examples will be written in TypeScript which is a superset of JavaScript.
javascripttypescriptlibrary+1