Skip to content

Commit

Permalink
feat: add "module_type" template setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverlan authored Jun 19, 2024
1 parent 6b000c9 commit 786d18b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .tmplr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ steps:
fallback:
prompt: "Enter the module name, starting with the prefix \"pr_\"."

- read: module_type
from: env.module_type
fallback:
from: git.module_type
fallback:
prompt: "Enter the module type. Available options are: \"shared\", \"client\", \"server\". Default: \"shared\""

- read: install_directory
from: env.install_directory
fallback:
Expand Down

0 comments on commit 786d18b

Please sign in to comment.