Guillermo Rauch
9 years ago
2 changed files with 10 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||||
|
import { prompt } from 'inquirer'; |
||||
|
|
||||
|
export default function login () { |
||||
|
return new Promise((resolve, reject) => { |
||||
|
prompt([{ name: 'email', message: 'Enter your email' }], (data) => { |
||||
|
|
||||
|
}); |
||||
|
}); |
||||
|
} |
Loading…
Reference in new issue