Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baronfel/runmongorun
https://github.com/baronfel/runmongorun
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/baronfel/runmongorun
- Owner: baronfel
- License: unlicense
- Created: 2016-01-07T18:06:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-07T18:15:31.000Z (almost 9 years ago)
- Last Synced: 2024-10-20T08:56:25.830Z (27 days ago)
- Language: C#
- Size: 1.14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![Issue Stats](http://issuestats.com/github/fsprojects/ProjectScaffold/badge/issue)](http://issuestats.com/github/fsprojects/ProjectScaffold)
[![Issue Stats](http://issuestats.com/github/fsprojects/ProjectScaffold/badge/pr)](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 mono
Read the [Getting started tutorial](http://fsprojects.github.io/ProjectScaffold/index.html#Getting-started) to learn more.Documentation: http://fsprojects.github.io/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)