UNPKG

generator-nest-js-boilerplate

Version:

This generator will help you to build your own Nest.js Mongodb API using TypeScript 4

10 lines (9 loc) 189 B
module.exports = [ { type: 'list', name: 'wantedMailer', message: 'Do you want to have a possibillity to send emails?', default: 'No', choices: ['Yes', 'No'], }, ];