diff --git a/.github/logo-original.png b/.github/logo-original.png new file mode 100644 index 0000000..f944938 Binary files /dev/null and b/.github/logo-original.png differ diff --git a/.github/logo.webp b/.github/logo.webp new file mode 100644 index 0000000..52617fa Binary files /dev/null and b/.github/logo.webp differ diff --git a/README.md b/README.md index 9bb5df3..1a642a2 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,23 @@ -# 📦 🍣 pkgroll - -Pkgroll is a next-gen package bundler that infers how to build your package from entry-points defined in `package.json`. No configuration necessary! - -Write your code in TypeScript/ESM and run `pkgroll` to get ESM/CommonJS/DTS outputs! +

+ +

+

+ pkgroll +
+ +

+ +_pkgroll_ is a JavaScript package bundler powered by Rollup that automatically builds your package from entry-points defined in `package.json`. No config necessary! + +Write your code in TypeScript/ESM and run `pkgroll` to get ESM/CommonJS/.d.ts outputs! + +### Features +- ✅ `package.json#exports` to define entry-points +- ✅ Dependency externalization +- ✅ Minification +- ✅ TypeScript support + `.d.ts` bundling +- ✅ Watch mode +- ✅ CLI outputs (auto hashbang insertion)