LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

bun-publish

Publish packages to the npm registry

TLDR

Publish a package to npm registry
$ bun publish
copy
Publish with a specific tag
$ bun publish --tag [beta]
copy
Publish with public access (scoped packages)
$ bun publish --access public
copy
Dry run without actually publishing
$ bun publish --dry-run
copy

SYNOPSIS

bun publish [options]

DESCRIPTION

bun publish publishes the current package to the npm registry. It reads package configuration from package.json and uploads the package tarball.Before publishing, ensure you're logged in with bun login or have appropriate credentials configured.

PARAMETERS

--tag tag

Publish with a specific dist-tag (default: latest).
--access public|restricted
Set access level for scoped packages.
--dry-run
Show what would be published without actually publishing.
--otp code
One-time password for 2FA.

CAVEATS

Requires authentication to the npm registry. Scoped packages (@org/name) are private by default; use --access public for public scoped packages.

SEE ALSO

bun(1), npm-publish(1)

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid