Make global `lume` cli use whichever version is locally installed in a project.
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 6
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
This will make it easy for people to depend use `lume foo` commands instead of using package.json scripts and `npm run lume-foo` commands, without worrying about `lume` global versions being incompatible with a project's local version.
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 inspecting package.json and how the global `lume` command currently handles `lume foo` commands. The change is complete when a project’s locally installed Lume version is used, so users do not need package.json scripts or `npm run lume-foo` commands and global versions remain compatible.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100