Skip to content

Commit

Permalink
Merge pull request #12 from petermuessig/feat-easy-ui5
Browse files Browse the repository at this point in the history
Added displayName for easy-ui5
  • Loading branch information
geert-janklaps authored Apr 3, 2021
2 parents 77d6e03 + 1d46be6 commit d3d3ee8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ 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(
Expand Down

0 comments on commit d3d3ee8

Please sign in to comment.