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
- Host: GitHub
- URL: https://github.com/panoramicdata/logicmonitor.cli
- Owner: panoramicdata
- License: mit
- Created: 2018-06-25T09:37:31.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T11:21:33.000Z (about 2 years ago)
- Last Synced: 2025-04-08T15:17:56.901Z (about 1 year ago)
- Language: C#
- Size: 54.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
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
```