Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unknown6656-megacorp/.github
default files for new GitHub repositories
https://github.com/unknown6656-megacorp/.github
Last synced: 2 days ago
JSON representation
default files for new GitHub repositories
- Host: GitHub
- URL: https://github.com/unknown6656-megacorp/.github
- Owner: Unknown6656-Megacorp
- License: agpl-3.0
- Created: 2021-03-07T18:03:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T15:26:30.000Z (4 months ago)
- Last Synced: 2024-07-29T08:26:16.341Z (4 months ago)
- Language: Batchfile
- Size: 1.65 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
[![Build status](https://ci.appveyor.com/api/projects/status/############?svg=true)](https://ci.appveyor.com/project/Unknown6656-Megacorp/Unknown6656.#####)
[![releases](https://img.shields.io/github/downloads/Unknown6656-Megacorp/Unknown6656.#####/total)](https://github.com/Unknown6656-Megacorp/Unknown6656.#####/releases)
[![nuget package](https://img.shields.io/nuget/vpre/Unknown6656.#####)](https://www.nuget.org/packages/Unknown6656.#####/)
[![nuget downloads](https://img.shields.io/nuget/dt/Unknown6656.#####)](https://www.nuget.org/packages/Unknown6656.#####/)
![issues](https://img.shields.io/github/issues/Unknown6656-Megacorp/Unknown6656.#####)
![repo size](https://img.shields.io/github/repo-size/Unknown6656-Megacorp/Unknown6656.#####)
![downloads](https://img.shields.io/github/downloads/Unknown6656-Megacorp/Unknown6656.#####/total)
![forks](https://img.shields.io/github/forks/Unknown6656-Megacorp/Unknown6656.#####)
![stars](https://img.shields.io/github/stars/Unknown6656-Megacorp/Unknown6656.#####)# Unknown6656.#####
[TODO]## Installation
Use one of the follwing methods to install and use this library:- **Package Manager:**
```batch
PM> Install-Package Unknown6656.#####
```
- **.NET CLI:**
```batch
> dotnet add package Unknown6656.#####
```
- **Package reference** (e.g. in a `.csproj`/`.vbproj`/`.fsproj` project file):
```xml
```
- **Paket CLI:**
```batch
> paket add Unknown6656.#####
```
- **F# Interactive:**
```fsharp
#r "nuget: Unknown6656.#####, *"
```## Documentation and Usage
To use the discriminated unions, simply include the namespace `Unknown6656.#####`:```csharp
using Unknown6656.#####;
```[TODO]
### Code samples
[TODO]