From bb6611ba16d4f8d336cd751a8a1677b2c48da427 Mon Sep 17 00:00:00 2001 From: neikvon Date: Mon, 4 Dec 2017 17:15:42 +0800 Subject: [PATCH] docs: - fix readme typo - add more badges - add more keywords - rm ./coverage after run coveralls --- README.md | 7 +++++-- README_zh.md | 5 ++++- package.json | 10 +++++++--- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9137c56..1b477f6 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,14 @@

+ NPM version Build Status Coverage Status + David deps + node version Downloads - Version License + License

fbi is an open source workflow tool. It was designed to help developers improve productivity, unify and standardize teams workflows. @@ -27,7 +30,7 @@ fbi is an open source workflow tool. It was designed to help developers improve ## Quick start ```bash -# install globally +# Install globally $ npm i -g fbi $ cd path/to/workspace diff --git a/README_zh.md b/README_zh.md index ca528e3..b271fb8 100644 --- a/README_zh.md +++ b/README_zh.md @@ -4,11 +4,14 @@

+ NPM version Build Status Coverage Status + David deps + node version Downloads - Version License + License

fbi是一个开源的的工作流工具。它旨在帮助开发人员提高生产力,统一和标准化团队工作流程。 diff --git a/package.json b/package.json index bd60c11..4918e8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fbi", - "version": "3.0.0", + "version": "3.0.0-beta.20", "description": "Node.js workflow tool.", "engines": { "node": ">= 7.6.0", @@ -19,7 +19,7 @@ "publish-major": "npm version major && git push && git push --tags && npm publish", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", "release-changelog": "git add CHANGELOG.md && git commit -m 'release CHANGELOG.md' && git push", - "coveralls": "nyc report --reporter=text-lcov | coveralls" + "coveralls": "nyc report --reporter=text-lcov | coveralls && rm -rf ./coverage" }, "dependencies": {}, "devDependencies": { @@ -39,10 +39,14 @@ "keywords": [ "fbi", "workflow", + "tool", "development", "template", "task", - "cli" + "cli", + "commandline", + "teamwork", + "dependencies" ], "bugs": { "url": "https://github.com/neikvon/fbi/issues"