Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.2 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.2 KB

Radiant

Radiant is an open-source framework designed to streamline the development of .NET Core APIs with clean code. It includes several packages that can be deployed via NuGet.

Installation

To install the Radiant packages, you can use either the NuGet Package Manager in Visual Studio or the .NET CLI.

In Visual Studio, search for Radiant in the NuGet Package Manager and install the packages you need.

Alternatively, you can use the .NET CLI. Here's how to add a Radiant package:

dotnet add package Solstice.PackageName

Replace PackageName with the name of the package you want to install.

Usage/Examples

Here's a basic example of how to use Radiant:

public async Task<Test> Test() {
    // Your code here
}

Please refer to the individual package documentation for more detailed usage examples.

Documentation

Detailed documentation for Radiant and its packages is available here.

Contributing

Contributions to Radiant are always welcome! Please see CONTRIBUTING.md for guidelines on how to contribute.

License

Radiant is open-source software released under the Apache License 2.0.