From 6fe582b05e390b0b34141484cc07b7e51d468856 Mon Sep 17 00:00:00 2001 From: Alem Tuzlak Date: Sun, 20 Oct 2024 08:35:41 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f37c8a2..153e53b 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Full starter stack to develop CJS/ESM compatible npm packages with TypeScript, Vitest, ESLint, Prettier, and GitHub Actions. +Detailed overview of the stastack: +https://youtu.be/ABRpwxLdGho Deploy your open-source project to npm with ease, with fully covered bundling, testing, linting and deployment setup out of the box, don't worry about CJS or ESM, bundling your typescript definitions or anything else, focus on coding out your solution and let the stack take care of the rest.