luckyframework / luckyframework/lucky_task
Some way to run multiple tasks at once
Nobody has claimed this yet.
- Dominant language
- Crystal
- Stars
- 8
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
`lucky db.create,db.migrate,db.create_required_seeds`
And/or with a lucky_cli.yaml file for defining aliases?
```yaml
aliases:
db.setup:
- db.create
- db.migrate
- db.create_required_seeds
```
Contributor guide
No contributing guide indexed for this repository
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 by tracing how the listed tasks are invoked through the Lucky CLI; the issue does not name source files or tests. Decide whether task grouping, lucky_cli.yaml aliases, or both are in scope, then define completion around running db.create, db.migrate, and db.create_required_seeds as one command with documented behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- crystal
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100