Skip to content

Commit

Permalink
Merge pull request #143 from MNie/feature/add_information_about_template
Browse files Browse the repository at this point in the history
.net core template information
  • Loading branch information
Henrik Feldt authored Apr 20, 2017
2 parents 6da568d + 1f5e4e0 commit e233cfa
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ documentation for the project.

* [expecto](#expecto)
* [Installing](#installing)
* [.Net Core Support](#net-core-support)
* [Testing "Hello world"](#testing-hello-world)
* [Running tests](#running-tests)
* [runTests](#runtests)
Expand Down Expand Up @@ -86,6 +87,25 @@ with Expecto:

![Sample output from Logary](docs/sample-output-logary.png)

## .Net Core support

[Expecto has it's own .net core template](https://github.com/MNie/Expecto.Template)!
You could create a base .net core project with expecto.
How to do that? Simply write following lines:

```
dotnet new -i Expecto.Template::1.0.0-beta1
dotnet new expecto -n PROJECT_NAME -o FOLDER_NAME
```

How to run it?
```
dotnet restore
dotnet run
```

![How to create expecto template](docs/expecto.gif)

## Testing "Hello world"

The test runner is the test assembly itself. It's recommended to compile your
Expand Down
Binary file added docs/expecto.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e233cfa

Please sign in to comment.