Skip to content

Commit

Permalink
feature(docs): add new (actual initial) readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan-Zollinger committed Jan 3, 2024
1 parent 4e38133 commit c012377
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 16 deletions.
74 changes: 61 additions & 13 deletions README.md
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/
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

rootProject.name="microfetch"

Binary file added src/docs/WindowsTerminal_CdOxKQxCBf.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/main/resources/simplelogger.properties
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

0 comments on commit c012377

Please sign in to comment.