jprichardson / jprichardson/cross-zip-cli
problem running the command
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 24
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Running a command as
cross-zip dist/ /Users/sukriti/Documents/react_test/ioa-react-project/
Currently I am inside ioa-react-project/ folder directly.
No error is there on the console. But I don't see the zip inside dist folder.
I tried this too.
sukritis-mbp:ioa-react-project sukriti$ cross-zip dist/IOA-react.zip /Users/sukriti/Documents/react_test/ioa-react-project/
Command failed: cd "dist" && zip -r -y "/Users/sukriti/Documents/react_test/ioa-react-project/" "IOA-react.zip"
How to run the command. My requirement is the pointer will be in inside ioa-react-project/ and there is dist folder inside the same directory where i want the zip to be stored.
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 at the cross-zip CLI command entry point and reproduce both commands from the issue while inside ioa-react-project/. Trace how the source and destination paths are interpreted; done means the command behavior or its usage clearly supports creating the archive under dist/.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100