Skip to content

Commit

Permalink
feat(prompts): inital prompts.js (fixes #1)
Browse files Browse the repository at this point in the history
  • Loading branch information
ELCormier committed Sep 26, 2018
1 parent 585fb0b commit 84df3e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 26 deletions.
26 changes: 0 additions & 26 deletions TODO.md

This file was deleted.

5 changes: 5 additions & 0 deletions prompts.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = [{
type: 'input',
name: 'moduleName',
message: 'Name of the new Route Module?',
}]

0 comments on commit 84df3e0

Please sign in to comment.