Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dist: publish download script together with docs #45

Open
kamilsk opened this issue Dec 7, 2022 · 1 comment
Open

dist: publish download script together with docs #45

kamilsk opened this issue Dec 7, 2022 · 1 comment
Assignees
Labels
effort: easy An issue is easy to implement. impact: low An issue has low impact. scope: inventory An issue related to auxiliary code, e.g., CI config, Makefiles, etc. type: feature A new feature request.

Comments

@kamilsk
Copy link
Member

kamilsk commented Dec 7, 2022

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
@kamilsk kamilsk added type: feature A new feature request. scope: inventory An issue related to auxiliary code, e.g., CI config, Makefiles, etc. impact: low An issue has low impact. effort: easy An issue is easy to implement. labels Dec 7, 2022
@kamilsk kamilsk added this to the Ready to go milestone Dec 7, 2022
@kamilsk kamilsk self-assigned this Dec 7, 2022
@kamilsk kamilsk moved this to Backlog in 🏗 Platform Dec 7, 2022
@kamilsk
Copy link
Member Author

kamilsk commented Jan 15, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort: easy An issue is easy to implement. impact: low An issue has low impact. scope: inventory An issue related to auxiliary code, e.g., CI config, Makefiles, etc. type: feature A new feature request.
Projects
Status: Backlog
Development

No branches or pull requests

1 participant