Skip to content

Shuttle/Shuttle.Packager

Repository files navigation

Shuttle.Packager

Provides a Web API and a Vue front-end for managing NuGet packages.

The structure for the settings is as follows:

  "Packager": {
    "BaseFolder": "<search for .csproj file from here, recursively>",
    "VisualStudioPath": "<path to visual studio C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\Common7\\IDE\\devenv.exe>",
    "PackageSources": [
      {
        "Name": "my-packages",
        "Key": "key"
      }
    ]
  }

About

Used internally to create packages for the Shuttle components.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published