Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spin-space-innovation/spin.installers
https://github.com/spin-space-innovation/spin.installers
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/spin-space-innovation/spin.installers
- Owner: SPIN-Space-Innovation
- License: mit
- Created: 2024-03-21T13:40:25.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-21T13:59:30.000Z (9 months ago)
- Last Synced: 2024-03-21T15:04:44.775Z (9 months ago)
- Language: C#
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
- [.NET SDK](https://dotnet.microsoft.com/download) (version 8.x)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":
```bash
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
```bash
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:
```bash
dotnet restore
```### Build the Project
Use the following command to build the project:
```bash
dotnet build --no-restore
```## License
SPIN.Installers is licensed under the [MIT license](LICENSE).