Azure / draft-classic

A tool for developers to create cloud-native applications on Kubernetes.
https://draft.sh
MIT License
3.92k stars 395 forks source link

Would you support Scala? #393

Open applideveloper opened 7 years ago

applideveloper commented 7 years ago

If draft support Scala as well, draft will be more Awesome. Would you support Scala?

bacongobbler commented 7 years ago

Yes! We're focusing on other efforts at this time, but we plan to have more language packs available, including Scala. Please feel free to write up a pack for Scala if you feel up to the task! :)

michelleN commented 7 years ago

@applideveloper Here is some more information on creating packs: https://github.com/Azure/draft/blob/master/docs/packs.md

ganesh47 commented 6 years ago

@michelleN Did you mean this https://github.com/Azure/draft/blob/master/packs/README.md ? I can see #287 being discussed too and can see some details on https://github.com/Azure/draft/blob/master/docs/reference/dep-003.md as well!

But would like to understand better on how we could create custom packs for language-ecosystem like scala-sbt ? Any reference for newbies ?

I would like to create a custom pack for scala (sbt-akka ecosystem)

bacongobbler commented 6 years ago

Yep! As you saw, DEP 003: Draft Pack Format is the document that goes into detail on how to create custom language packs. :) If you have any questions on how to make one that the document does not describe, please feel free to ask here and we'll be happy to answer!