Github Current and Future Versions
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 10.1k
- Forks
- 4.7k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 19
Description
For example, this command will allow me to install this package from github with the specific version of 2.25.3
npm install https://github.com/moment/moment#2.25.3 --save
Please add the ability to install github (and gitlab and gitea) packages of the current version and greater like this with the "^" symbol
npm install https://github.com/moment/moment#^2.25.3 --save
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
No file or test is named in the issue. Start by locating the npm CLI code that parses GitHub, GitLab, and Gitea dependency fragments after #, then define and test how ^2.25.3 resolves; done means the documented install command works consistently for those hosts.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, github, javascript, nodejs
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100