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
- Host: GitHub
- URL: https://github.com/nokeedev/nokee-companion
- Owner: nokeedev
- License: apache-2.0
- Created: 2025-01-23T18:59:29.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-27T14:27:08.000Z (about 2 months ago)
- Last Synced: 2025-03-27T15:33:55.518Z (about 2 months ago)
- Language: Java
- Size: 507 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.