Skip to content

Commit

Permalink
test docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Feb 14, 2021
1 parent 8fdaa01 commit 2e7b462
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<p align="center">
<br>
<img src="https://user-images.githubusercontent.com/13212227/107406554-e72ae780-6b4b-11eb-8f66-2f7e0d925f78.png" alt="gee" width="160px;">
<br>
Standard input to each files and stdout. similar to tee, But there's a little bit more and Write in go
<br><br>
<!--
<img src="https://img.shields.io/github/v/release/hahwul/dalfox?style=flat">
<a href="https://snapcraft.io/dalfox"><img alt="dalfox" src="https://snapcraft.io/dalfox/badge.svg" /></a>
<img src="https://img.shields.io/github/languages/top/hahwul/dalfox?style=flat">
<img src="https://api.codacy.com/project/badge/Grade/17cac7b8d1e849a688577f2bbdd6ecd0">
<a href="https://goreportcard.com/report/github.com/hahwul/dalfox"><img src="https://goreportcard.com/badge/github.com/hahwul/dalfox"></a>
-->
<a href="https://goreportcard.com/report/github.com/hahwul/gee"><img src="https://goreportcard.com/badge/github.com/hahwul/gee"></a>
<a href="https://app.codacy.com/gh/hahwul/gee?utm_source=github.com&utm_medium=referral&utm_content=hahwul/gee&utm_campaign=Badge_Grade"><img src="https://api.codacy.com/project/badge/Grade/fac8a4d4755a4fb481432f7ed14db3ca"></a>
<img src="https://github.com/hahwul/gee/workflows/Build/badge.svg">
<img src="https://github.com/hahwul/gee/workflows/SAST/badge.svg">
<a href="https://twitter.com/intent/follow?screen_name=hahwul"><img src="https://img.shields.io/twitter/follow/hahwul?style=flat&logo=twitter"></a>
<a href="https://github.com/hahwul"><img src="https://img.shields.io/github/stars/hahwul?style=flat&logo=github"></a></a>
</p>

## 🔖 Introduction
Gee is tool of stdin to each files and stdout. It is similar to the tee command, but there are more functions for convenience. In addition, it was written as go. which provides output to stdout and files. In this process, it has various processing functions for lines such as replace, prefix, and suffix, so it can be used as a pipeline configuration or as a utility for testing. For more information, see the usage and case of study below!
4 changes: 4 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
title: "gee"
remote_theme: pmarsceill/just-the-docs
color_scheme: "dark"
search_enabled: true
8 changes: 8 additions & 0 deletions docs/install/homebrew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: With HomeBrew
parent: Installation
has_children: false
nav_order: 2
---


7 changes: 7 additions & 0 deletions docs/install/install.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Installation
has_children: true
nav_order: 2
---

## Installation
8 changes: 8 additions & 0 deletions docs/install/source.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: From source
parent: Installation
has_children: false
nav_order: 1
---


0 comments on commit 2e7b462

Please sign in to comment.