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

Provide lucky init --edge support #744

Open
grepsedawk opened this issue Mar 20, 2022 · 0 comments
Open

Provide lucky init --edge support #744

grepsedawk opened this issue Mar 20, 2022 · 0 comments
Labels
feature request A new requested feature / option

Comments

@grepsedawk
Copy link
Contributor

One of the woes of installing lucky_cli from source is that, in order for lucky init to work properly, you must be on a tag.

I would be nice if the functionality of lucky init worked as such:

  • lucky init always yields an app checked out from $LATEST_TAG of all respective repos
  • If a user passes an --edge flag, lucky init uses branch: main for all lucky deps

We might be able to look to rails for how to achieve this.

One way this might work better too, is to have the "concerns" of app gen be inside lucky/another repo, and have the "lucky cli" functions in this repo, then clone via linked tag/edge from there.

Lots of ways to achieve this easily, but picking the best way for the future is important here.

@jwoertink jwoertink added the feature request A new requested feature / option label Mar 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A new requested feature / option
Projects
Status: No status
Development

No branches or pull requests

2 participants