UNPKG

generator-jhipster-nodejs

Version:

A NodeJS blueprint that creates the backend using NodeJS with NestJS framework

10 lines (9 loc) 284 B
// This file will not be overwritten by generate-blueprint module.exports = { printLogo: async () => { const { getLogo } = await import('./logo.js'); const { version } = require('../package.json'); console.log(getLogo(version)); }, printBlueprintLogo: undefined, };