Skip to content

Conversation

MNie
Copy link

@MNie MNie commented Mar 13, 2020

[POC] of a SAFE.Plugin.Template
The idea would be to create a solution with 2-4 projects inside:

  • Plugin -> to run/add Plugin to concrete part of a SAFE template,
  • Server -> code that should be added/run in a SAFE template for the Server part,
  • Shared -> code that should be added/run in a SAFE template for the Shared part,
  • Client -> code that should be added/run in a SAFE template for the Client part.

There would be 2 parameters to a Template:

  • creator -> creator of a NuGet packages
  • target -> if the plugin should be created for a client/server/shared part. Available parameters:
    • server
    • client
    • shared
    • sercli -> server & client
    • sersha -> server & shared
    • clisha -> client & server
    • all -> server & client & shared

When installing a plugin named DD there should be 2-4 packages available on NuGet:

  • SAFE.DD -> with a Runner logic
  • SAFE.DD.Server -> which should be installed as a plugin for the Server part.
  • SAFE.DD.Shared -> which should be installed as a plugin for the Shared part.
  • SAFE.DD.Client -> which should be installed as a plugin for the Client part.

Any feedback, comments would be appreciated :)

@theimowski

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant