UNPKG

@grandemayta/webcomponents-cli

Version:

WebComponents CLI allow you to develop WebComponents from scratch with LitElement and Typescript

15 lines (14 loc) 255 B
module.exports = [ { type: 'input', name: 'authorName', message: 'Type your name', default: 'Gabriel Mayta' }, { type: 'input', name: 'authorEmail', message: 'Type your email', default: 'grandemayta@gmail.com' } ];