luckyframework / luckyframework/lucky_cli
Add new `--build` flag for CLI
Open
hacktoberfest
- Dominant language
- HTML
- Stars
- 92
- Forks
- 48
- PR merge metrics
- No merged PRs in 30d
Description
Add a `--build` flag that will build that crystal script in to an executable like `lucky --build gen.migration` => `bin/lucky.gen.migration`.
Related: https://github.com/luckyframework/lucky_cli/issues/869
Contributor guide
Research direction
The issue names no files or tests. Start by locating the CLI option handling and the existing Crystal build invocation, then determine where executable output names are formed. Done means `lucky --build gen.migration` produces `bin/lucky.gen.migration` and the behavior is covered by an appropriate test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- crystal
- Domain
- build-system, cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100