LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

bun-link

Symlink local packages for development

TLDR

Register the current package as a globally linked package
$ bun link
copy
Link a globally registered package into the current project
$ bun link [package-name]
copy

SYNOPSIS

bun link [package-name]

DESCRIPTION

bun link creates symbolic links for local package development. The workflow has two steps:1. In the package directory, run bun link (without arguments) to register it as a globally available linked package.2. In the consuming project, run bun link [package-name] to create a symlink from node_modules to the registered package.This is useful for developing and testing local packages without publishing them to a registry. Changes to the source package are immediately reflected in any project that links to it.

INSTALL

sudo pacman -S bun
copy
brew install bun
copy
nix profile install nixpkgs#bun
copy

CAVEATS

Linked packages must be built before linking if they require a build step. Changes to the linked package are immediately reflected in projects using it. Links are specific to the Bun package manager and are not shared with npm or yarn link registrations.

SEE ALSO

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