Skip to content

Instantly share code, notes, and snippets.

@r1cebank
Created August 2, 2016 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r1cebank/7fab1f35e5a3f4d63f1f9daf2fb727cf to your computer and use it in GitHub Desktop.
Save r1cebank/7fab1f35e5a3f4d63f1f9daf2fb727cf to your computer and use it in GitHub Desktop.
const fs = require('fs');
fs.writeFileSync('./env.json', JSON.stringify(process.env, null, 4));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment