Finelines project #726
psfinaki
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @isaacabraham (and others) 👋
Your recent talk at Focus on F# reinforced my belief in power of F# community and I decided to uncover my pet project I've been doing for a few months, Finelines. The idea is to make it possible to write YAML pipelines in F# and the implementation is heavily inspired by Farmer (not total copypaste though).
When I was coding that, I had Azure DevOps in mind however it can be probably generalized to other CI/CD systems. I won't be able to approach everything in the YAML Schema myself but I hope I set some clear extension points there.
I'm writing here because I'm happy to receive some feedback from F# community heroes :D
Also, some people have already asked me why I haven't considered this as an extension for Farmer - to be honest I don't know what to think about it. Implementation is similar but the target imo is quite different. However, if you think this can somehow fit, we can probably work on that 😄
Beta Was this translation helpful? Give feedback.
All reactions