hapipal / boilerplate

A friendly, proven starting place for your next hapi plugin or deployment
https://hapipal.com
184 stars 26 forks source link

How do you add a flavor after the fact? #90

Closed littlegraycells closed 4 years ago

littlegraycells commented 4 years ago

After creating a project with hpal new, how can I bring in a flavor, for example docker or swagger?

devinivy commented 4 years ago

Flavors are always applied using git cherry-pick after your project is initialized. For example, try running git cherry-pick swagger in order to bring in the swagger flavor. If that unexpectedly isn't working for you, please provide the full error that you're receiving and we'll see if we can help.