downtotemp

A CLI to download a file to default system temp directory

Usage no npm install needed!

<script type="module">
  import downtotemp from 'https://cdn.skypack.dev/downtotemp';
</script>

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",