Skip to content

Instantly share code, notes, and snippets.

@hawkeye64
Created February 18, 2019 16:04
Show Gist options
  • Save hawkeye64/b157321c4ce6170c5e8d2af60dbc91c0 to your computer and use it in GitHub Desktop.
Save hawkeye64/b157321c4ce6170c5e8d2af60dbc91c0 to your computer and use it in GitHub Desktop.
dotenv prompts.js
module.exports = function () {
return [
{
type: 'input',
name: 'env_development',
message: "Name of .env for development:",
default: ".env"
},
{
type: 'input',
name: 'env_production',
message: "Name of .env for production:",
default: ".env"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment