Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mnie/nancyfxcore
NancyFx F# .net core template
https://github.com/mnie/nancyfxcore
fsharp nancyfx netcore nuget template
Last synced: 2 days ago
JSON representation
NancyFx F# .net core template
- Host: GitHub
- URL: https://github.com/mnie/nancyfxcore
- Owner: MNie
- License: apache-2.0
- Created: 2017-08-14T19:00:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-29T17:47:30.000Z (almost 5 years ago)
- Last Synced: 2024-11-03T14:40:18.633Z (5 days ago)
- Topics: fsharp, nancyfx, netcore, nuget, template
- Language: F#
- Size: 12.7 KB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![NuGet Badge](https://buildstats.info/nuget/NancyFx.Core.Template)](https://www.nuget.org/packages/NancyFx.Core.Template)
[![Build Status](https://travis-ci.org/MNie/NancyFxCore.svg?branch=master)](https://travis-ci.org/MNie/NancyFxCore)# F# ASP.NET Core NancyFx Template
# How to use it?
* fork and download repository
* install template as a .net core template from nuget
* install template as a .net core template locally# How to install it as a template from nuget?
* run `dotnet new -i NancyFx.Core.Template::*`
* create new project executing `dotnet new nancyfx -n PROJECT_NAME -o FOLDER_NAME`# How to install it as a template locally?
* download repository
* run command `dotnet new -i PATH*`, where *PATH* is a path to a folder where project is located
* create new project executing `dotnet new nancyfx -n PROJECT_NAME -o FOLDER_NAME`
* `dotnet restore`
* `dotnet run` or `dotnet watch run`If you want to extend this template, or create more complex one based on this, don't hold back :)