0

Currently in g8 you create a project by giving a default value to a parameter:

g8 foundweekends/giter8 --name=template-test

What if you want to leave that parameter empty?

marios
  • 8,874
  • 3
  • 38
  • 62

1 Answers1

0

I din't find a way to add an empty parameter. However, for me it worked to just add a single space character for those parameters that I wanted to be "empty".

g8 foundweekends/giter8 --name=' '
marios
  • 8,874
  • 3
  • 38
  • 62