Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/micronaut-projects/micronaut-picocli
Integration between Micronaut and PicoCLI
https://github.com/micronaut-projects/micronaut-picocli
Last synced: about 2 months ago
JSON representation
Integration between Micronaut and PicoCLI
- Host: GitHub
- URL: https://github.com/micronaut-projects/micronaut-picocli
- Owner: micronaut-projects
- License: apache-2.0
- Created: 2019-07-07T15:00:53.000Z (over 5 years ago)
- Default Branch: 5.4.x
- Last Pushed: 2024-05-14T05:55:32.000Z (7 months ago)
- Last Synced: 2024-05-14T06:45:02.759Z (7 months ago)
- Language: Java
- Homepage:
- Size: 6.83 MB
- Stars: 21
- Watchers: 19
- Forks: 13
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Micronaut Picocli
[![Maven Central](https://img.shields.io/maven-central/v/io.micronaut.picocli/micronaut-picocli.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.micronaut.picocli%22%20AND%20a:%22micronaut-picocli%22)
[![Build Status](https://github.com/micronaut-projects/micronaut-picocli/workflows/Java%20CI/badge.svg)](https://github.com/micronaut-projects/micronaut-picocli/actions)
[![Revved up by Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.micronaut.io/scans)This project includes integration with Picocli for [Micronaut](http://micronaut.io).
## Documentation
See the [Documentation](https://micronaut-projects.github.io/micronaut-picocli/latest/guide) for the current docs.
See the [Snapshot Documentation](https://micronaut-projects.github.io/micronaut-picocli/snapshot/guide) for the current development docs.
## Snapshots and Releases
Snaphots are automatically published to [JFrog OSS](https://oss.jfrog.org/artifactory/oss-snapshot-local/) using [Github Actions](https://github.com/micronaut-projects/micronaut-picocli/actions).
See the documentation in the [Micronaut Docs](https://docs.micronaut.io/latest/guide/index.html#usingsnapshots) for how to configure your build to use snapshots.
Releases are published to JCenter and Maven Central via [Github Actions](https://github.com/micronaut-projects/micronaut-picocli/actions).
A release is performed with the following steps:
* [Edit the version](https://github.com/micronaut-projects/micronaut-picocli/edit/master/gradle.properties) specified by `projectVersion` in `gradle.properties` to a semantic, unreleased version. Example `1.0.0`
* [Create a new release](https://github.com/micronaut-projects/micronaut-picocli/releases/new). The Git Tag should start with `v`. For example `v1.0.0`.
* [Monitor the Workflow](https://github.com/micronaut-projects/micronaut-picocli/actions?query=workflow%3ARelease) to check it passed successfully.
* Celebrate!