Skip to content

Commit

Permalink
Merge pull request #1 from ui5-community/main
Browse files Browse the repository at this point in the history
Latest version
  • Loading branch information
geert-janklaps authored Apr 5, 2021
2 parents 9116a34 + 9ea0cd8 commit 2080ce1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ const glob = require("glob");
const semver = require("semver");

module.exports = class extends Generator {
static displayName = "Create a new OpenUI5/SAPUI5 library";

prompting() {
// Have Yeoman greet the user.
this.log(
yosay(`Welcome to the ${chalk.red("generator-ui5-library")} generator!`)
);
if (!this.options.embedded) {
this.log(
yosay(`Welcome to the ${chalk.red("generator-ui5-library")} generator!`)
);
}

const prompts = [
{
Expand Down

0 comments on commit 2080ce1

Please sign in to comment.