downtotemp
v0.1.2
Published
A CLI to download a file to default system temp directory
Downloads
1
Readme
downtotemp
A CLI to download a file to default system temp directory
Example downloading a file to tmp directory and running cucumber tests (since cucumber expects a file in the disk):
package.json
"conformance": "npx downtotemp https://raw.githubusercontent.com/githubuser/myproject/master/features/featurefile.feature && cucumber-js /tmp/featurefile.feature",