An open API service indexing awesome lists of open source software.

https://github.com/thiagoloureiro/orleansgrainnetstandardprojecttemplate

OrleansGrain.NetStandard.ProjectTemplate
https://github.com/thiagoloureiro/orleansgrainnetstandardprojecttemplate

Last synced: 2 months ago
JSON representation

OrleansGrain.NetStandard.ProjectTemplate

Awesome Lists containing this project

README

        

# OrleansGrainNetStandardProjectTemplate
OrleansGrain.NetStandard.ProjectTemplate

# How to install:

## First download the Latest .Netcore SDK
https://www.microsoft.com/net/download

## Run the command:
```dotnet new -i OrleansGrain.NetCore.ProjectTemplate```

## Create a New folder
```md OrleansGrain```

## Change Directory to the new folder
```cd OrleansGrain```

## Browse to your folder and type
```dotnet new orleansgraindotnet```

## Build the project
```dotnet build```

![Installing](https://raw.githubusercontent.com/thiagoloureiro/OrleansGrainNetStandardProjectTemplate/master/install.gif)