It would be great to support nested project types / plugins.
For example when creating a Node.js project it would be good to choose a framework (Express, Hapi, etc) and a test framework (eg Jest or Mocha).
Are these separate plugins:
- nodejs-express-jest
- nodejs-express-mocha
- nodejs-hapi-jest
- nodejs-hapi-mocha
Or do we have a nested structure for plugins:
This needs some thought and prototyping.
This could possibly work like the "layers" concept in Docker.