Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Selecting the delivery method go binary. #18

Open
Satont opened this issue Oct 5, 2022 · 4 comments
Open

Selecting the delivery method go binary. #18

Satont opened this issue Oct 5, 2022 · 4 comments

Comments

@Satont
Copy link
Member

Satont commented Oct 5, 2022

When rewriting to golang completely done, we need to figure out how to describute binary to the users.

With Node we can just describute it as npm package, but what we should do for the Deno?

@KnorpelSenf
Copy link
Member

I'd suggest to ship an install script for sh and Deno as well as an npm package from the start.

In other words, it should be possible to do these three things:

curl <URL> | sh

or

deno run -A <URL>

or

npm install -g <PACKAGE>

What do you think?

@Satont
Copy link
Member Author

Satont commented Nov 2, 2022

What do you think?

I'm not similar in writing those scripts. If someone can do that for project might be good.

But currently i finished successful installation via npm i -g create-grammy@latest and it works well.

Still not sure how to do that for deno, so bash script might be helpful.

@KnorpelSenf
Copy link
Member

@dcdunkan are you able to look into this? I am unsure how much time you have right now

@KnorpelSenf
Copy link
Member

I would like to reach a conclusion here

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants