-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
effort: easyAn issue is easy to implement.An issue is easy to implement.impact: lowAn issue has low impact.An issue has low impact.scope: inventoryAn issue related to auxiliary code, e.g., CI config, Makefiles, etc.An issue related to auxiliary code, e.g., CI config, Makefiles, etc.type: featureA new feature request.A new feature request.
Milestone
Description
Motivation: simplicity.
Details are here https://github.com/evanw/esbuild/releases/tag/v0.16.0.
Publish a shell script that downloads esbuild directly
In addition to all of the existing ways to install esbuild, you can now also download esbuild directly like this:
curl -fsSL https://esbuild.github.io/dl/latest | sh
See https://github.com/esbuild/esbuild.github.io/tree/gh-pages as an example.
Result
$ curl -fsSL https://octomation.github.io/go-tool/dl/latest | sh
# instead of
$ curl -fsSL https://raw.githubusercontent.com/octomation/go-tool/main/bin/install | sh
Metadata
Metadata
Assignees
Labels
effort: easyAn issue is easy to implement.An issue is easy to implement.impact: lowAn issue has low impact.An issue has low impact.scope: inventoryAn issue related to auxiliary code, e.g., CI config, Makefiles, etc.An issue related to auxiliary code, e.g., CI config, Makefiles, etc.type: featureA new feature request.A new feature request.
Type
Projects
Status
Backlog