Skip to content

Commit

Permalink
fix: sort subgen list, remove threshold, fix permission issues (#123)
Browse files Browse the repository at this point in the history
* Sorts the sub generator list alphabetically
* Removes the threshold of 30 for the list of sub generators
* Fixes the permission issues for installing / updating

Fixes #122
Fixes #118
Fixes #117
Fixes #111
  • Loading branch information
petermuessig authored Jun 9, 2023
1 parent 3131214 commit c5dd321
Show file tree
Hide file tree
Showing 5 changed files with 251 additions and 308 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Ignore node_modules
node_modules/

# Ignore plugins
/plugins/*

# Ignore test files
!/plugin-generators
/plugin-generators/*
!/plugin-generators/generator-ui5-test
/test/_/*

# Ignore PNPM and YARN lock files
pnpm-lock.yaml
Expand Down
Loading

0 comments on commit c5dd321

Please sign in to comment.