|
1 | | -[](http://issuestats.com/github/fsprojects/ProjectScaffold) |
2 | | -[](http://issuestats.com/github/fsprojects/ProjectScaffold) |
| 1 | +[](http://issuestats.com/github/fsprojects/fsharpx) |
| 2 | +[](http://issuestats.com/github/fsprojects/fsharpx) |
3 | 3 |
|
4 | | -# ProjectScaffold |
5 | 4 |
|
6 | | -This project can be used to scaffold a prototypical .NET solution including file system layout and tooling. This includes a build process that: |
| 5 | +# FSharpx.Extras [](https://www.nuget.org/packages/FSharpx.Extras) |
7 | 6 |
|
8 | | -* updates all AssemblyInfo files |
9 | | -* compiles the application and runs all test projects |
10 | | -* generates [SourceLinks](https://github.com/ctaggart/SourceLink) |
11 | | -* generates API docs based on XML document tags |
12 | | -* generates [documentation based on Markdown files](http://fsprojects.github.io/ProjectScaffold/writing-docs.html) |
13 | | -* generates [NuGet](http://www.nuget.org) packages |
14 | | -* and allows a simple [one step release process](http://fsprojects.github.io/ProjectScaffold/release-process.html). |
| 7 | +**FSharpx.Extras** is a collection of libraries and tools for use with F#. |
15 | 8 |
|
16 | | -In order to start the scaffolding process run |
| 9 | +See [the home page](http://fsprojects.github.io/FSharpx.Extras/) for details. The home page can be [edited, forked or cloned](https://github.com/fsprojects/fsharpx/tree/gh-pages) |
| 10 | +Please contribute to this project. Don't ask for permission, just fork the repository and send pull requests. |
17 | 11 |
|
18 | | - > build.cmd // on windows |
19 | | - $ ./build.sh // on unix |
20 | | - |
21 | | -Read the [Getting started tutorial](http://fsprojects.github.io/ProjectScaffold/index.html#Getting-started) to learn more. |
| 12 | +Please also join the [F# Open Source Group](http://fsharp.github.com) |
22 | 13 |
|
23 | | -Documentation: http://fsprojects.github.io/ProjectScaffold |
24 | 14 |
|
25 | | -## Requirements |
26 | | - |
27 | | -ProjectScaffold requires a local git installation. You can download git from [Git Downloads](https://git-scm.com/downloads). |
28 | | - |
29 | | -## Build Status |
| 15 | +# Build Status |
30 | 16 |
|
31 | 17 | Mono | .NET |
32 | 18 | ---- | ---- |
33 | | -[](https://travis-ci.org/fsprojects/ProjectScaffold) | [](https://ci.appveyor.com/project/fsgit/projectscaffold) |
| 19 | +[](https://travis-ci.org/fsprojects/FSharpx.Extras) | [](https://ci.appveyor.com/project/fsgit/FSharpx) |
34 | 20 |
|
35 | | -## Maintainer(s) |
| 21 | + |
| 22 | +# Maintainer(s) |
36 | 23 |
|
37 | 24 | - [@forki](https://github.com/forki) |
38 | | -- [@pblasucci](https://github.com/pblasucci) |
39 | | -- [@sergey-tihon](https://github.com/sergey-tihon) |
| 25 | +- [@mausch](https://github.com/mausch) |
| 26 | +- [@panesofglass](https://github.com/panesofglass) |
40 | 27 |
|
41 | 28 | The default maintainer account for projects under "fsprojects" is [@fsprojectsgit](https://github.com/fsprojectsgit) - F# Community Project Incubation Space (repo management) |
| 29 | + |
0 commit comments