luckyframework / luckyframework/lucky_cli
lucky --version should also print the included framework versions
Open
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 92
- Forks
- 48
- PR merge metrics
- No merged PRs in 30d
Description
Instead of just printing 0.7.1 (or whatever the current version is), `lucky --version` should print out the versions each included framework it's going to create with `lucky init`
```bash
$ lucky --version
lucky_cli: 0.7.1
lucky: 0.6.2
lucky_migrator: 0.3.0
```
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the `lucky --version` command and inspect how `lucky init` determines the included framework versions. Done means the command reports the CLI version plus the versions of each framework it will create with `lucky init`, matching the format shown in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- crystal
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100