Metadata-Version: 2.1
Name: nmk-github
Version: 0.5.0
Summary: Github plugin for nmk build system
Home-page: https://github.com/dynod/nmk-github
Author: The dynod project
Maintainer: The dynod project
License: Mozilla Public License Version 2.0
Description: # nmk-github
        Github plugin for **`nmk`** build system
        
        <!-- NMK-BADGES-BEGIN -->
        [![License: MPL](https://img.shields.io/github/license/dynod/nmk-github)](https://github.com/dynod/nmk-github/blob/main/LICENSE)
        [![Checks](https://img.shields.io/github/actions/workflow/status/dynod/nmk-github/build.yml?branch=main&label=build%20%26%20u.t.)](https://github.com/dynod/nmk-github/actions?query=branch%3Amain)
        <!-- NMK-BADGES-END -->
        
        This plugin adds support for Github features in an **`nmk`** project:
        * [Github workflow file](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions) generation
        * README badges generation (link to license + build action status; only if [**`nmk-badges`**](https://github.com/dynod/nmk-badges) plugin is also used)
        
        ## Usage
        
        To use this plugin in your **`nmk`** project, insert this reference:
        ```
        refs:
            - pip://nmk-github!plugin.yml
        ```
        
        ## Documentation
        
        This plugin documentation is available [here](https://github.com/dynod/nmk/wiki/nmk-github-plugin)
        
        ## Issues
        
        Issues for this plugin shall be reported on the [main  **`nmk`** project](https://github.com/dynod/nmk/issues), using the **plugin:github** label.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
