deep-foundation / deep-foundation/npm-automation
Add an ability to load specific version or latest from pattern using npm-pull
- Dominant language
- TypeScript
- Stars
- 8
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
### Is your feature request related to a problem? Please describe.
For example
`npm run npm-pull 1.0.33`
Should load specific 1.0.33 version.
And
`npm run npm-pull 1.*`
should load latest from this major version.
We can pass this template string directly to `npm i` command after `@` if it is not empty
This will give an ability to maintain multiple branches on GitHub. For example, in ChatGPT package we may want to continue to make bug fixes for `1.*` versions, and yet we may want to develop other major versions at the same time. So in that case there should be multiple branches on GitHub that use specific patterns for loading versions from NPM.
### Describe the solution you'd like
_No response_
### Describe alternatives you've considered
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.