Skip to content

Commit

Permalink
chore: refining preset question
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Feb 21, 2024
1 parent 3c106df commit 685a542
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions copier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ preset_name:
type: str
help: Name of the preset to use. Starter is optimal for simpler projects, Production is optimal for more complex projects that require CI/CD and other features, Custom for user-defined settings.
choices:
Starter: 'starter'
Production: 'production'
Custom: 'custom'
'Starter - for simpler starting point ideal for prototyping': 'starter'
'Production - for confidently deploying to MainNet and/or more complex projects': 'production'
'Custom - for tailoring of the template output to your needs': 'custom'
default: 'starter'

contract_name:
Expand Down

0 comments on commit 685a542

Please sign in to comment.