Skip to content

Commit

Permalink
dot file inclusion + prompting enhencement
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph BERTHE committed Oct 14, 2020
1 parent cb299c3 commit 9291f0d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ I wanted to fork the Easy-ui5 generator but the structre was not what I expected
### Version 1.2.1
* Bug: .env file not created
* Some minor correction
* Corr: prompting OData question like a list

### Version 1.2.0
* Add ES6 lint checkup
Expand Down
4 changes: 2 additions & 2 deletions generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ module.exports = class extends Generator {
this.log.write('\r\n**** ****\r\n');

return this.prompt([{
type: "input",
type: "list",
name: "isODataConf",
message: "Doyou want to configure the OData service?",
message: "Do you want to configure the OData service?",
default: "Yes",
choices: ["Yes", "No"],
store: true
Expand Down
File renamed without changes.
2 changes: 2 additions & 0 deletions generators/app/templates/_.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/
dist/
3 changes: 3 additions & 0 deletions generators/app/templates/_.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
dist
.env
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9291f0d

Please sign in to comment.