fsprojects / FsXaml

F# Tools for working with XAML Projects
http://fsprojects.github.io/FsXaml/
MIT License
171 stars 48 forks source link

Add ProjectScaffold documentation generators #39

Closed ReedCopsey closed 8 years ago

ReedCopsey commented 8 years ago

Which would allow us to write "real" docs for FsXaml.

It would be nice to build this in...

jschiefer commented 8 years ago

As part of the nuget->Paket migration, I was planning to update the build.fsx and associated bits and pieces to the current versions in ProjectScaffold (to pick up the right build magic for Paket). Is that all that would be needed, or is there more?

ReedCopsey commented 8 years ago

Not sure, to be honest. Paket is easy... could just do the update from nuget on the demos project. Getting missing buts of scaffolding would be a bigger job, I think On May 17, 2016 8:35 PM, "Jan Schiefer" notifications@github.com wrote:

As part of the nuget->Paket migration, I was planning to update the build.fsx and associated bits and pieces to the current versions in ProjectScaffold (to pick up the right build magic for Paket). Is that all that would be needed, or is there more?

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/fsprojects/FsXaml/issues/39#issuecomment-219916938

ReedCopsey commented 8 years ago

Thanks to @jschiefer , this is now complete.

http://fsprojects.github.io/FsXaml/

Initial pages scaffolded and online - will work on better documentation now.