TheAngryByrd / MiniScaffold

F# Template for creating and publishing libraries targeting .NET 6.0 `net6.0` or console apps .NET 6.0 `net6.0`.
https://www.jimmybyrd.me/MiniScaffold/
MIT License
267 stars 31 forks source link

Fable guidance, sample, or generation flag #252

Closed ImaginaryDevelopment closed 1 year ago

ImaginaryDevelopment commented 2 years ago

Is your feature request related to a problem? Please describe. There is a lot going on in this template, a lot of very helpful things setup in a specific way. It would be lovely if there were guidance, a sample, or a flag to help get fable set up inside this scaffold.

Describe the solution you'd like I'd love it if this template and fable's default template were sorted out as a flag in miniscaffold that has integrated a fable project. Next best would be a sample project in this repo or another showing fable working inside a mini-scaffold created infrastructure. Third possibility, some instructions on things that need to happen to push in that direction.

Describe alternatives you've considered Doing this by hand (which I haven't managed to do to completion), just using fable without miniscaffold.

Additional context I'm currently working on a PoC for work to show differences in using build.fsproj vs. the traditional style of FAKE build.fsx. I have decided to attempt this minscaffold + fable process again. Here's hoping I manage to get it done and can contribute back somehow.

TheAngryByrd commented 2 years ago

Sorry I haven't gotten around to talking about this. I'll definitely take a PR for something like this. I originally did something Fable.Template.Library but I really haven't maintained that in a long time.

I'll help point you to places where you have questions! I'm curious to see what you come up with.

TheAngryByrd commented 1 year ago

Closing as no updates