-
-
Notifications
You must be signed in to change notification settings - Fork 430
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
node: remove node-build support (#1304)
See #1028 Use asdf-nodejs if you want to continue using node-build (but please lmk why you need it)
- Loading branch information
Showing
10 changed files
with
8 additions
and
333 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1 @@ | ||
# Bun in rtx | ||
|
||
The following are instructions for using the bun rtx core plugin. This is used when there isn't a | ||
git plugin installed named "bun". | ||
|
||
The code for this is inside the rtx repository at | ||
[`./src/plugins/core/bun.rs`](https://github.com/jdx/rtx/blob/main/src/plugins/core/bun.rs). | ||
|
||
## Usage | ||
|
||
The following installs bun and makes it the global default: | ||
|
||
```sh-session | ||
rtx use -g [email protected] # install bun 0.7.x | ||
rtx use -g bun@latest # install latest bun | ||
``` | ||
|
||
See available versions with `rtx ls-remote bun`. | ||
See [rtx.jdx.dev](https://rtx.jdx.dev/lang/bun.html) for more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Moved to [rtx.jdx.dev/lang/deno](https://rtx.jdx.dev/lang/deno). | ||
Moved to [rtx.jdx.dev/lang/deno.html](https://rtx.jdx.dev/lang/deno.html). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Moved to [rtx.jdx.dev/lang/go](https://rtx.jdx.dev/lang/go). | ||
Moved to [rtx.jdx.dev/lang/go.html](https://rtx.jdx.dev/lang/go.html). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Moved to [rtx.jdx.dev/lang/java](https://rtx.jdx.dev/lang/java). | ||
Moved to [rtx.jdx.dev/lang/java.html](https://rtx.jdx.dev/lang/java.html). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Moved to [rtx.jdx.dev/lang/node](https://rtx.jdx.dev/lang/node). | ||
Moved to [rtx.jdx.dev/lang/node.html](https://rtx.jdx.dev/lang/node.html). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Moved to [rtx.jdx.dev/lang/python](https://rtx.jdx.dev/lang/python) | ||
Moved to [rtx.jdx.dev/lang/python.html](https://rtx.jdx.dev/lang/python.html) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Moved to [rtx.jdx.dev/lang/ruby](https://rtx.jdx.dev/lang/ruby). | ||
Moved to [rtx.jdx.dev/lang/ruby.html](https://rtx.jdx.dev/lang/ruby.html). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.