fsprojects / ProjectScaffold

A prototypical .NET solution (file system layout and tooling), recommended for F# projects
http://fsprojects.github.io/ProjectScaffold
The Unlicense
517 stars 153 forks source link

Update GitHub project description to fit broadened mission #106

Open bartelink opened 10 years ago

bartelink commented 10 years ago

Right now, the title reads:

A prototypical .NET solution (file system layout and tooling), recommended by the F# Foundation.

Would

>Prototypical .NET solution: file system layout, package management and build/doc generation scripts (originally developed by F# foundation but not F# specific)

Prototypical .NET solution: file system layout, package management and platform neutral (Windows, Mono) build scripts (including literate doc generation)

make more sense? (If anyone wants to point out holes / over-stretching we can amend it)

See https://github.com/bartelink/ProjectScaffold for preview

forki commented 10 years ago

I vote to remove any F# specific hints and just talk about mono and .NET On Oct 20, 2014 1:34 PM, "bartelink" notifications@github.com wrote:

Right now, the title reads:

A prototypical .NET solution (file system layout and tooling), recommended by the F# Foundation.

Would

Prototypical .NET solution: file system layout, package management and build/doc generation scripts (originally developed by F# foundation but not F# specific)

make more sense? (If anyone wants to point out holes / over-stretching we can amend it)

— Reply to this email directly or view it on GitHub https://github.com/fsprojects/ProjectScaffold/issues/106.

bartelink commented 10 years ago

@forki Good point. Updated on my fork and in the OP ^^