Skip to content

How do we support composite/nested project types? #9

@ashleydavis

Description

@ashleydavis

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:

  • nodejs
    • framework
      • express
      • hapi
    • testing
      • jest
      • mocha

This needs some thought and prototyping.

This could possibly work like the "layers" concept in Docker.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions