Appsweet-co / npm-carbon

Copy npm packages and all their versions from one registry to another
MIT License
3 stars 2 forks source link

[FEAT] Add support for version ranges. #12

Closed waynebrantley closed 1 year ago

waynebrantley commented 1 year ago

Do not need to copy every version of a package that ever existed. Maybe just version 6 and later or something. Perhaps just support the same syntax as package.json supports so like: "^6" or "^17 || ^18"

dperuo commented 1 year ago

@waynebrantley - Added range support in https://github.com/Appsweet-co/npm-carbon/pull/16

I published a release candidate to npm. Would you mind updating to v1.1.0-rc.1 and see what you think?

https://www.npmjs.com/package/@appsweet-co/npm-carbon

waynebrantley commented 1 year ago

LTGM seemed to work. I was trying to clone @organization/project into github repo but it is not happy because of the organization tag. Any ideas?

dperuo commented 1 year ago

LTGM seemed to work. I was trying to clone @organization/project into github repo but it is not happy because of the organization tag. Any ideas?

@waynebrantley - There may be limits set by GitHub. I don't see anything in the source code for npm-carbon that would get in the way of organization tags.