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

YS binary and pkg installation plan #213

Open
ingydotnet opened this issue Jan 19, 2025 · 1 comment
Open

YS binary and pkg installation plan #213

ingydotnet opened this issue Jan 19, 2025 · 1 comment

Comments

@ingydotnet
Copy link
Member

YAMLScript's ys CLI binary can currently be installed using:

  • bash <(curl https://yamlscript.org/install)
  • brew install yaml/yamlscript/ys
  • make install-ys from this repo

I want to start publishing libaries and apps written in YS.
YS 0.1.88 added support for the use command auto-installing from places like github, maven, etc and plain urls (like raw gists).
It's not fully complete yet but getting there.

I want to host ys ware under the @pkgys org, and have a package manager called called ysp.
I imagine you can install ysp with ys --install ysp after installing ys.
There should be a pkgys/index repo for people to register their ys pkgs.

Currently if you install with bash <(curl https://yamlscript.org/install) you can run ys --upgrade later to get the latest version.
This should be made to work, no matter how ys was first installed.

The goal is to make YS bootstrapping painless, and upgrading later as well.

@ingydotnet
Copy link
Member Author

re #207 @danielbayley @delonnewman

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

No branches or pull requests

1 participant