From 680772a3eb3fe2f1a7bda28737f51b7053083ea2 Mon Sep 17 00:00:00 2001 From: WindomZ Date: Tue, 4 Sep 2018 09:10:08 +0800 Subject: [PATCH] update README.md --- README.md | 19 +++++++++++-------- README_Ch-zh.md | 15 +++++++++------ 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 4d9dca3..7cc963e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ -# gituser.js +``` + + ______ _____ _______ _ _ _______ _______ ______ + | ____ | | | | |______ |______ |_____/ + |_____| __|__ | |_____| ______| |______ | \_ + + +``` [![Greenkeeper badge](https://badges.greenkeeper.io/WindomZ/gituser.js.svg)](https://greenkeeper.io/) [![Build Status](https://travis-ci.org/WindomZ/gituser.js.svg?branch=master)](https://travis-ci.org/WindomZ/gituser.js) @@ -22,9 +29,9 @@ npm install -g gituser ``` -## CLI Usage +## Usage -``` +```bash $ gituser -h Usage: gituser [options] [command] @@ -51,7 +58,7 @@ $ gituser -h For more help, see [Example](#example) -## Example +## Examples ```bash gituser add WindomZ WindomZ@users.noreply.github.com # Save 'WindomZ' into lists @@ -65,10 +72,6 @@ gituser unset # Unset local git user con gituser show # Displays the local git user configuration ``` -## Related - -[WindomZ/gituser](https://github.com/WindomZ/gituser) - Written in **Go** - ## Contributing Welcome to pull requests, report bugs, suggest ideas and discuss **gituser.js**, diff --git a/README_Ch-zh.md b/README_Ch-zh.md index 225f83a..46db2b4 100644 --- a/README_Ch-zh.md +++ b/README_Ch-zh.md @@ -1,4 +1,11 @@ -# gituser.js +``` + + ______ _____ _______ _ _ _______ _______ ______ + | ____ | | | | |______ |______ |_____/ + |_____| __|__ | |_____| ______| |______ | \_ + + +``` [![Greenkeeper badge](https://badges.greenkeeper.io/WindomZ/gituser.js.svg)](https://greenkeeper.io/) [![Build Status](https://travis-ci.org/WindomZ/gituser.js.svg?branch=master)](https://travis-ci.org/WindomZ/gituser.js) @@ -24,7 +31,7 @@ npm install -g gituser ## CLI用法 -``` +```bash $ gituser -h Usage: gituser [options] [command] @@ -65,10 +72,6 @@ gituser unset # 清除当前git用户和 gituser show # 打印展示当前git用户和邮箱 ``` -## 相关 - -[WindomZ/gituser](https://github.com/WindomZ/gituser) - 通过**Go**编写实现 - ## 贡献 欢迎fork和PRs,或者在[issues page](https://github.com/WindomZ/gituser.js/issues)提交BUG,