-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature(docs): add new (actual initial) readme
- Loading branch information
1 parent
4e38133
commit c012377
Showing
4 changed files
with
63 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,69 @@ | ||
## Micronaut 4.2.0 Documentation | ||
[![build badge]][build link] [![GitHub last commit]][commit history] | ||
[![GitHub commit activity]][commit frequency] | ||
|
||
- [User Guide](https://docs.micronaut.io/4.2.0/guide/index.html) | ||
- [API Reference](https://docs.micronaut.io/4.2.0/api/index.html) | ||
- [Configuration Reference](https://docs.micronaut.io/4.2.0/guide/configurationreference.html) | ||
- [Micronaut Guides](https://guides.micronaut.io/index.html) | ||
--- | ||
## Summary | ||
|
||
- [Micronaut Gradle Plugin documentation](https://micronaut-projects.github.io/micronaut-gradle-plugin/latest/) | ||
- [GraalVM Gradle Plugin documentation](https://graalvm.github.io/native-build-tools/latest/gradle-plugin.html) | ||
- [Shadow Gradle Plugin](https://plugins.gradle.org/plugin/com.github.johnrengelman.shadow) | ||
## Feature serialization-jackson documentation | ||
Microfetch is an improved version of neofetch written with [micronaut] and built with [graalvm]. | ||
|
||
- [Micronaut Serialization Jackson Core documentation](https://micronaut-projects.github.io/micronaut-serialization/latest/guide/) | ||
![WindowsTerminal_CdOxKQxCBf.gif](src/docs/WindowsTerminal_CdOxKQxCBf.gif) | ||
|
||
|
||
## Feature github-workflow-ci documentation | ||
### Install | ||
|
||
- [https://docs.github.com/en/actions](https://docs.github.com/en/actions) | ||
#### Windows | ||
|
||
|
||
<ol> | ||
<li>Download latest windows <a href="https://github.com/Jonathan-Zollinger/Microfetch/releases/latest">binary</a></li> | ||
<li>Move executable to dedicated directory, ie <code>C:\Program Files\threshr\</code></li> | ||
<li>Add directory to your PATH <details><summary>(I like to add this snippet to my ps profile)</summary> | ||
|
||
```PowerShell | ||
"C:\Program Files\threshr\" | | ||
if (!($env:Path -like "*$_*")) | ||
{ | ||
$env:Path = "$( $env:Path );$_" | ||
} | ||
``` | ||
|
||
</details></li></ol> | ||
|
||
#### Linux | ||
<ol> | ||
<li>Download latest linux <a href="https://github.com/Jonathan-Zollinger/Microfetch/releases/latest">binary</a></li> | ||
<li>Add to <code>$HOME\bin\</code> directory</li> | ||
</ol> | ||
|
||
___ | ||
|
||
### Want to get involved? | ||
|
||
See our [contributing] doc before taking a whack at any [open issues]. We'd love for you to work with us! | ||
|
||
|
||
[build badge]:https://img.shields.io/github/actions/workflow/status/Jonathan-Zollinger/Microfetch/gradle.yml?style=plastic&logo=github&label=Gradle%20Build&link=https%3A%2F%2Fgithub.com%2FJonathan-Zollinger%2FMicrofetch%2Factions%20build-status%20 | ||
|
||
[build link]:https://github.com/Jonathan-Zollinger/Microfetch/actions/workflows/maven.yml | ||
|
||
[open issues]:https://github.com/Jonathan-Zollinger/Microfetch/issues"open-issues" | ||
|
||
[//]: # ([contributing]:Contributing.md) | ||
|
||
[GitHub code size in bytes]:https://img.shields.io/github/languages/code-size/Jonathan-Zollinger/Microfetch?style=plastic%20project-size%20 | ||
|
||
[download link]:https://github.com/Jonathan-Zollinger/Microfetch/archive/refs/heads/main.zip | ||
|
||
[license]:https://img.shields.io/github/license/Jonathan-Zollinger/Microfetch?style=plastic"GPL-3-License" | ||
|
||
[//]: # ([license file]:LICENSE) | ||
|
||
[GitHub last commit]:https://img.shields.io/github/last-commit/Jonathan-Zollinger/Microfetch/main?style=plastic%20most-recent-commit | ||
|
||
[commit history]:https://github.com/Jonathan-Zollinger/Microfetch/commits/main | ||
|
||
[GitHub commit activity]:https://img.shields.io/github/commit-activity/y/Jonathan-Zollinger/Microfetch?style=plastic"commit-frequency" | ||
|
||
[commit frequency]:https://github.com/Jonathan-Zollinger/Microfetch/graphs/code-frequency | ||
|
||
[micronaut]:https://micronaut.io/ | ||
[graalvm]:https://micronaut.io/2019/04/26/micronaut-and-graalvm-the-ultimate-recipe-for-fast-lightweight-powerful-apps/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
|
||
rootProject.name="microfetch" | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
org.slf4j.simpleLogger.defaultLogLevel=info | ||
org.slf4j.simpleLogger.log.io.micronaut=info | ||
org.slf4j.simpleLogger.defaultLogLevel=error | ||
org.slf4j.simpleLogger.log.io.micronaut=error |