Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
📝 Merge pull request #824 from odytrice/master
Browse files Browse the repository at this point in the history
Updated Readme with link to F# Templates Source

Thanks to @odytrice!
  • Loading branch information
peterblazejewicz committed Oct 1, 2016
2 parents 2b7ee80 + 136f6bc commit 27970e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -59,6 +59,8 @@ The [Docker](https://www.docker.com/) support with `Dockerfile` configuration fi

The Unit test project uses [xUnit: a free, open source, community-focused unit testing tool for the .NET Framework](https://xunit.github.io/)

The F# Templates are based on [Core F# Templates](https://github.com/odytrice/core-fsharp-templates) projects. They were translated into F# from the original [ASP.NET Templates](https://github.com/aspnet/Templates)

The templates that use client-side libraries are calling the `bower install` script to install Bower managed dependencies. You can skip the installation process by passing the `--skip-install` option to the generator, e.g. `yo aspnet --skip-install`. This should allow for a better experience when `Development` has been enabled.

## Command line automation
Expand Down

0 comments on commit 27970e4

Please sign in to comment.