Skip to content

dist: publish download script together with docs #45

@kamilsk

Description

@kamilsk

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.impact: lowAn issue has low impact.scope: inventoryAn issue related to auxiliary code, e.g., CI config, Makefiles, etc.type: featureA new feature request.

Type

No type

Projects

Status

Backlog

Relationships

None yet

Development

No branches or pull requests

Issue actions