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

https://github.com/panoramicdata/logicmonitor.cli

Nuget package for dotnet new logicmonitor
https://github.com/panoramicdata/logicmonitor.cli

Last synced: about 1 year ago
JSON representation

Nuget package for dotnet new logicmonitor

Awesome Lists containing this project

README

          

# LogicMonitor.Cli

Nuget package for dotnet new logicmonitor

## Build instructions

To build, from the root directory (and already having installed the latest version of nuget), type:
> nuget pack .\LogicMonitor.Cli.nuspec -NoDefaultExcludes -Exclude .vs -Exclude .suo

## Upload instructions
You can then upload it to [https://www.nuget.org/packages/manage/upload](https://www.nuget.org/packages/manage/upload)

## Installation instructions
To install the template, use:
``` powershell
dotnet new install LogicMonitor.Cli
```

To create a new project using the template, use:

``` powershell
dotnet new logicmonitor --name MyProject.MyNameSpace
```

or

``` powershell
dotnet new logicmonitor
```