UNPKG

generator-jhipster-dotnetcore

Version:

[![NPM version][npm-image]][npm-url] [![Documentation Status](https://readthedocs.org/projects/jhipsternet/badge/?version=latest)](https://jhipsternet.readthedocs.io/en/latest/?badge=latest) [![Generator Build Status][github-actions-generator-image]][gi

10 lines (9 loc) 293 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, };