[PR #10] [MERGED] Build & Publish Setup #997

Closed
opened 2026-03-14 09:12:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opentui/pull/10
Author: @kommander
Created: 8/13/2025
Status: Merged
Merged: 8/13/2025
Merged by: @kommander

Base: mainHead: prebuilt-binaries


📝 Commits (10+)

  • b12d7bf added prebuilt binaries
  • fe5020c fix: filter optionalDependencies by current package name
  • a6c9da2 chore: run native build before lib build in build script
  • 3b87493 prettier
  • 1b595ac optional deps
  • 310f44a fix deprecation warning
  • f21df93 include license and do not overwrite .npmrc
  • 03d10be test packing
  • 5cce6fd little readme update
  • f6ad68e emit types

📊 Changes

12 files changed (+648 additions, -58 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 README.md (+12 -10)
📝 bun.lock (+6 -4)
📝 package.json (+18 -6)
scripts/build.mjs (+250 -0)
scripts/pack.mjs (+179 -0)
scripts/publish.mjs (+150 -0)
src/3d.ts (+3 -0)
📝 src/3d/canvas.ts (+3 -1)
📝 src/3d/index.ts (+0 -2)
📝 src/index.ts (+1 -2)
📝 src/zig.ts (+25 -33)

📄 Description

Thanks to @Lazuee, based on #5


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opentui/pull/10 **Author:** [@kommander](https://github.com/kommander) **Created:** 8/13/2025 **Status:** ✅ Merged **Merged:** 8/13/2025 **Merged by:** [@kommander](https://github.com/kommander) **Base:** `main` ← **Head:** `prebuilt-binaries` --- ### 📝 Commits (10+) - [`b12d7bf`](https://github.com/anomalyco/opentui/commit/b12d7bf2353b63321dc4cda88cc68b8442789b2c) added prebuilt binaries - [`fe5020c`](https://github.com/anomalyco/opentui/commit/fe5020ca3f1c419c412513f07cfce379b6a808b4) fix: filter optionalDependencies by current package name - [`a6c9da2`](https://github.com/anomalyco/opentui/commit/a6c9da292e5406377bc6e2710d7b625eee0f9c29) chore: run native build before lib build in build script - [`3b87493`](https://github.com/anomalyco/opentui/commit/3b87493703bef62d9690577d563828f21929e4dc) prettier - [`1b595ac`](https://github.com/anomalyco/opentui/commit/1b595ac6051cf6ef6ac4ae010a7d41eb75f7c765) optional deps - [`310f44a`](https://github.com/anomalyco/opentui/commit/310f44ab662c0912d11fea89951188606c4d6b84) fix deprecation warning - [`f21df93`](https://github.com/anomalyco/opentui/commit/f21df930876a7498660322c5380a012b28e72a08) include license and do not overwrite .npmrc - [`03d10be`](https://github.com/anomalyco/opentui/commit/03d10be122e28f89ed2ed8a51949467acb69e32a) test packing - [`5cce6fd`](https://github.com/anomalyco/opentui/commit/5cce6fd4828e2f2c771f376e207f9e5769b78435) little readme update - [`f6ad68e`](https://github.com/anomalyco/opentui/commit/f6ad68e808f197b069f91263cd64eaa0e9e6a37b) emit types ### 📊 Changes **12 files changed** (+648 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `README.md` (+12 -10) 📝 `bun.lock` (+6 -4) 📝 `package.json` (+18 -6) ➕ `scripts/build.mjs` (+250 -0) ➕ `scripts/pack.mjs` (+179 -0) ➕ `scripts/publish.mjs` (+150 -0) ➕ `src/3d.ts` (+3 -0) 📝 `src/3d/canvas.ts` (+3 -1) 📝 `src/3d/index.ts` (+0 -2) 📝 `src/index.ts` (+1 -2) 📝 `src/zig.ts` (+25 -33) </details> ### 📄 Description Thanks to @Lazuee, based on #5 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 09:12:57 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/opentui#997
No description provided.