Skip to content

SPIN-Space-Innovation/SPIN.Installers

Repository files navigation

SPIN Installers

.NET Versions

Libraries in this repository are .NET 8 targetted.

Building the Project

Before you can run the application, you'll need to build the project. Follow the steps below:

Prerequisites

Make sure you have the following prerequisites installed on your machine:

Add SPIN's GitHub Nuget registry:

  1. Create a GitHub classic token with read:packages enabled.
  2. Use the following command to add SPIN's Nuget registry as "SPIN-github":
dotnet nuget add source https://nuget.pkg.github.com/SPIN-Space-Innovation/index.json -n SPIN-github -u SPIN-Space-Innovation --store-password-in-clear-text -p ${GITHUB_TOKEN}

Clone the Repository

git clone https://github.com/SPIN-Space-Innovation/SPIN.Installers.git
cd SPIN.Installers

Restore the Project dependencies

Use the following command to restore the project depedencies:

dotnet restore

Build the Project

Use the following command to build the project:

dotnet build --no-restore

License

SPIN.Installers is licensed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages