wilkinsona / project-generator

3 stars 4 forks source link

Externalize processing of project generation #62

Closed snicoll closed 5 years ago

snicoll commented 5 years ago

Right now, ProjectGenerator only allows to generate a full project structure and return a Path to it. There are use cases where the infrastructure needs to be prepared to generate other assets (i.e. only the build file.

We should open up the api of ProjectGenerator a bit to support this use case.