appsody / stacks

Appsody application stacks. This repo will be archived soon.
https://appsody.dev
Apache License 2.0
89 stars 121 forks source link

Is it possible to create custom Appsody stack based on some input parameters from the user #852

Open marehem opened 4 years ago

marehem commented 4 years ago

Is it possible to create a custom Appsody stack based at runtime based on some input paramteres from the user.

For example, one user may request "A" dependency and second user may request "B and C" dependencies and third user may need "A and C" dependencies.

So, Can I paramaterized the creation of my custome stack to be based on each user requirements? "as a runtime custom stack creation".

neeraj-laad commented 4 years ago

I'm not sure I have completely understood what you are describing above. but in my opinion, the stack should represent the common features and the developer using the stack should still be able to manage/control additional application dependencies in the project they are creating.

For example if you are writing a node application you will add those dependencies to your package.json configuration.