An open API service indexing awesome lists of open source software.

https://github.com/nokeedev/nokee-companion

🔧 Swiss Army knife companion providing quality-of-life enhancements for Gradle core native plugins
https://github.com/nokeedev/nokee-companion

Last synced: about 2 months ago
JSON representation

🔧 Swiss Army knife companion providing quality-of-life enhancements for Gradle core native plugins

Awesome Lists containing this project

README

        

# Nokee Native Companion Plugin

The Nokee Native Companion Plugin enhances and extends Gradle’s native build capabilities, backporting/forward-porting fixes and quality-of-life improvement so you can build and maintain native libraries and executables more conveniently.

## Getting Started

1. **Installation**
Apply the plugin in your project’s `settings.gradle` or `build.gradle`:
```groovy
plugins {
id 'dev.nokee.native-companion' version '1.0.0'
}
```

2. **Configuration**
The plugin ties into Gradle’s native support.
Refer to the **[Plugin Reference Manual](native-companion-plugin.md)** for full documentation on what the plugin provide.

## Samples

Take a look at the **[Samples](#samples)** to see how you can use the plugin in a variety of native project scenarios.
Each example highlights real-world use cases and best practices.

## License

This project is licensed under the terms of the [**Apache License 2.0**](https://www.apache.org/licenses/LICENSE-2.0). Refer to the [LICENSE](#LICENSE) file for details.