DEV Community

Cover image for How to use TSDX
Sung M. Kim
Sung M. Kim

Posted on • Originally published at slightedgecoder.com on

How to use TSDX

A Zero-configuration CLI (command line interface) for creating a TypeScript library

          Photo by solmaz hatamian on Unsplash

After migrating react-use-localstorage to TSDX, I wanted to share what TSDX is and how to use it.

It’s pretty cool as it simplified the workflow & scripts within package.json.

Instead of writing a long-@$$ post, I decided to create a video instead.

I’d recommend to watch it at 1.0x+ speed as I was talking very slowly (making funny faces along the way 😨).

You can find the MindMap used to show the steps here – https://mm.tt/1283868109?t=FOjysY56kp

I’d appreciate any feedbacks how I can improve the video recording as I haven’t recorded any videos for years 😉

The post How to use TSDX appeared first on Sung's Technical Blog.

Top comments (3)

Collapse
 
nickytonline profile image
Nick Taylor

Just finished watching it Sung. I haven't had a chance to use tsdx yet. Thanks for taking the time to make the video.

Collapse
 
dance2die profile image
Sung M. Kim

😀 Thanks, Nick for the kind words (hoping to get better with videos :) )

Collapse
 
ngduc profile image
Duc Ng

Sung Kim, Are you still using tsdx today or there is another solution? Thanks.