mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #10] [MERGED] Build & Publish Setup #997
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#997
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:prebuilt-binaries📝 Commits (10+)
b12d7bfadded prebuilt binariesfe5020cfix: filter optionalDependencies by current package namea6c9da2chore: run native build before lib build in build script3b87493prettier1b595acoptional deps310f44afix deprecation warningf21df93include license and do not overwrite .npmrc03d10betest packing5cce6fdlittle readme updatef6ad68eemit 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.