Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "downtotemp", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A CLI to download a file to default system temp directory", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
# 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", | ||
``` |
1416
12