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) 183 B
module.exports = [ { type: 'list', name: 'packageManager', message: 'Choose the package manager for your app', default: 'npm', choices: ['npm', 'yarn'], }, ];