Skip to content

Instantly share code, notes, and snippets.

@marcelmokos
Created March 13, 2019 11:47
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 marcelmokos/fe7ff75712c8ada9efe490dfc701d5e4 to your computer and use it in GitHub Desktop.
Save marcelmokos/fe7ff75712c8ada9efe490dfc701d5e4 to your computer and use it in GitHub Desktop.
// see types of prompts:
// https://github.com/enquirer/enquirer/tree/master/examples
//
module.exports = [
{
type: "input",
name: "name",
message: "What's the name of your package?"
},
{
type: "input",
name: "message",
message: "What's your message?"
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment