Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parse-semver not executable as command line #3

Open
ducttapecoder-vt opened this issue Jun 12, 2019 · 1 comment
Open

parse-semver not executable as command line #3

ducttapecoder-vt opened this issue Jun 12, 2019 · 1 comment

Comments

@ducttapecoder-vt
Copy link

ducttapecoder-vt commented Jun 12, 2019

PS C:\Users\user> npx parse-semver docks@~3.4.5
npx: installed 2 in 2.505s
command not found: parse-semver

I'm hoping for a tool I can use to parse semver in powershell and I'm not having much luck elsewhere. The semver package doesn't seem to work correctly, nor does the PSGallery Semver module.

Ultimately what I want to do is pass a package.json to a script and have it download all the packages and dependencies as tarball without unpacking them so I can move them to a non-internet repo. Repacking them with pack or publish is slow and wasteful.

@tunnckoCore
Copy link
Owner

Cool. I'm open for a pull request. Let me know if you need guidance.

Hint: use mri for the cli, and create cli.js in the root.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants