edannenberg / kubler

A generic, extendable build orchestrator.
BSD 2-Clause "Simplified" License
157 stars 40 forks source link

Idea: Examples for different programming languages #118

Open azimut opened 7 years ago

azimut commented 7 years ago

This was already brought up for python. But I think developers would appreciate a WIKI or an image with an example app using their language of choice. Off course this needs someone with domain knowledge of the language to know the best practices of it.

jbergstroem commented 7 years ago

I will soon port our golang stuff; will think about what I can throw out in the open.

edannenberg commented 7 years ago

Sure, sounds good to me. I can also see some helpers in the future that take care of pip/npm/gem installs that would require gcc being useful.

Github WIKI is a bit awkward when it comes to contributing though. Either access for all or only for collaborators and up. Currently the plan for documention is github pages generated by a static site generator living in a separate repo. I will set up the basic structure soon so work on the docs itself can start. Hopefully with many PR. 😋

azimut commented 7 years ago

Some notes about langs that I "worked" so far: