-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.md.template
More file actions
38 lines (25 loc) · 1.85 KB
/
README.md.template
File metadata and controls
38 lines (25 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[](http://issuestats.com/github/fsprojects/ProjectScaffold)
[](http://issuestats.com/github/fsprojects/ProjectScaffold)
# ProjectScaffold
This project can be used to scaffold a prototypical .NET solution including file system layout and tooling. This includes a build process that:
* updates all AssemblyInfo files
* compiles the application and runs all test projects
* generates [SourceLinks](https://github.com/ctaggart/SourceLink)
* generates API docs based on XML document tags
* generates [documentation based on Markdown files](http://fsprojects.github.io/ProjectScaffold/writing-docs.html)
* generates [NuGet](http://www.nuget.org) packages
* and allows a simple [one step release process](http://fsprojects.github.io/ProjectScaffold/release-process.html).
In order to start the scaffolding process run
> build.cmd // on windows
$ ./build.sh // on unix
Read the [Getting started tutorial](http://fsprojects.github.io/ProjectScaffold/index.html#Getting-started) to learn more.
Documentation: http://fsprojects.github.io/ProjectScaffold
## Build Status
Mono | .NET
---- | ----
[](https://travis-ci.org/fsprojects/ProjectScaffold) | [](https://ci.appveyor.com/project/fsgit/projectscaffold)
## Maintainer(s)
- [@forki](https://github.com/forki)
- [@pblasucci](https://github.com/pblasucci)
- [@sergey-tihon](https://github.com/sergey-tihon)
The default maintainer account for projects under "fsprojects" is [@fsprojectsgit](https://github.com/fsprojectsgit) - F# Community Project Incubation Space (repo management)