Skip to content

Commit

Permalink
docs: add contributors section
Browse files Browse the repository at this point in the history
  • Loading branch information
HcySunYang committed Jan 3, 2019
1 parent 9e7649b commit 62d90b7
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 5 deletions.
37 changes: 37 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"projectName": "vuese",
"projectOwner": "HcySunYang",
"contributors": [
{
"login": "HcySunYang",
"name": "HcySunYang",
"avatar_url": "https://avatars2.githubusercontent.com/u/14146560?v=4",
"profile": "http://hcysun.me",
"contributions": [
"code",
"test",
"doc",
"example"
]
},
{
"login": "wulunyi",
"name": "wulunyi",
"avatar_url": "https://avatars3.githubusercontent.com/u/15170275?v=4",
"profile": "https://github.com/wulunyi",
"contributions": [
"code"
]
},
{
"login": "Estelle00",
"name": "Estelle00",
"avatar_url": "https://avatars2.githubusercontent.com/u/5432828?v=4",
"profile": "https://github.com/Estelle00",
"contributions": [
"code"
]
}
],
"repoType": "github"
}
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,16 @@ As an example:
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D

## Contributors

Thanks goes to these wonderful people:

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore -->
| [<img src="https://avatars2.githubusercontent.com/u/14146560?v=4" width="100px;"/><br /><sub><b>HcySunYang</b></sub>](http://hcysun.me)<br />[💻](https://github.com/HcySunYang/vuese/commits?author=HcySunYang "Code") [⚠️](https://github.com/HcySunYang/vuese/commits?author=HcySunYang "Tests") [📖](https://github.com/HcySunYang/vuese/commits?author=HcySunYang "Documentation") [💡](#example-HcySunYang "Examples") | [<img src="https://avatars3.githubusercontent.com/u/15170275?v=4" width="100px;"/><br /><sub><b>wulunyi</b></sub>](https://github.com/wulunyi)<br />[💻](https://github.com/HcySunYang/vuese/commits?author=wulunyi "Code") | [<img src="https://avatars2.githubusercontent.com/u/5432828?v=4" width="100px;"/><br /><sub><b>Estelle00</b></sub>](https://github.com/Estelle00)<br />[💻](https://github.com/HcySunYang/vuese/commits?author=Estelle00 "Code") |
| :---: | :---: | :---: |
<!-- ALL-CONTRIBUTORS-LIST:END -->

## Author

**vuese** © [HcySunYang](https://github.com/HcySunYang), Released under the [MIT](./LICENSE) License.<br>
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
"prepublishOnly": "yarn build",
"toc": "markdown-toc -i README.md",
"lint:ts": "tslint --project tsconfig.json --fix",
"lint:js": "eslint --fix"
"lint:js": "eslint --fix",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"repository": "https://github.com/HcySunYang/vuese.git",
"author": "HcySunYang <HcySunYang@outlook.com>",
Expand Down Expand Up @@ -59,6 +61,7 @@
"@types/babel__traverse": "^7.0.0",
"@types/jest": "^23.3.2",
"@types/node": "^10.11.0",
"all-contributors-cli": "^5.6.0",
"bili": "^3.1.2",
"eslint": "^5.8.0",
"eslint-config-prettier": "^3.1.0",
Expand Down
66 changes: 62 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,19 @@ ajv@^6.5.3:
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"

all-contributors-cli@^5.6.0:
version "5.6.0"
resolved "https://registry.npmjs.org/all-contributors-cli/-/all-contributors-cli-5.6.0.tgz#c0a99ee91dfa5e28478b41157dd01cfb31de921a"
integrity sha512-coGg1nQySaVvmGUUsMhAFGI5PWkBpxNg7VUOKK/9HtOUd98Vg0rFPNgjU2ChvWQULqDDxG9V6enfXtaabBh6iA==
dependencies:
async "^2.0.0-rc.1"
chalk "^2.3.0"
inquirer "^4.0.0"
lodash "^4.11.2"
pify "^3.0.0"
request "^2.72.0"
yargs "^10.0.3"

alphanum-sort@^1.0.1, alphanum-sort@^1.0.2:
version "1.0.2"
resolved "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3"
Expand Down Expand Up @@ -862,7 +875,7 @@ async-limiter@~1.0.0:
version "1.0.0"
resolved "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8"

async@^2.1.4, async@^2.5.0:
async@^2.0.0-rc.1, async@^2.1.4, async@^2.5.0:
version "2.6.1"
resolved "https://registry.npmjs.org/async/-/async-2.6.1.tgz#b245a23ca71930044ec53fa46aa00a3e87c6a610"
dependencies:
Expand Down Expand Up @@ -2374,7 +2387,7 @@ extend@~3.0.2:
version "3.0.2"
resolved "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"

external-editor@^2.0.4:
external-editor@^2.0.4, external-editor@^2.1.0:
version "2.2.0"
resolved "http://registry.npmjs.org/external-editor/-/external-editor-2.2.0.tgz#045511cfd8d133f3846673d1047c154e214ad3d5"
dependencies:
Expand Down Expand Up @@ -3185,6 +3198,26 @@ inquirer@^3.2.3:
strip-ansi "^4.0.0"
through "^2.3.6"

inquirer@^4.0.0:
version "4.0.2"
resolved "https://registry.npmjs.org/inquirer/-/inquirer-4.0.2.tgz#cc678b4cbc0e183a3500cc63395831ec956ab0a3"
integrity sha512-+f3qDNeZpkhFJ61NBA9jXDrGGhoQuqfEum9A681c9oHoIbGgVqjogKynjB/vNVP+nVu9w3FbFQ35c0ibU0MaIQ==
dependencies:
ansi-escapes "^3.0.0"
chalk "^2.0.0"
cli-cursor "^2.1.0"
cli-width "^2.0.0"
external-editor "^2.1.0"
figures "^2.0.0"
lodash "^4.3.0"
mute-stream "0.0.7"
run-async "^2.2.0"
rx-lite "^4.0.8"
rx-lite-aggregates "^4.0.8"
string-width "^2.1.0"
strip-ansi "^4.0.0"
through "^2.3.6"

inquirer@^6.1.0, inquirer@^6.2.0:
version "6.2.0"
resolved "https://registry.npmjs.org/inquirer/-/inquirer-6.2.0.tgz#51adcd776f661369dc1e894859c2560a224abdd8"
Expand Down Expand Up @@ -4270,7 +4303,7 @@ lodash.uniq@^4.5.0:
version "4.5.0"
resolved "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"

lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0:
lodash@^4.11.2, lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0:
version "4.17.11"
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"

Expand Down Expand Up @@ -5753,7 +5786,7 @@ request-promise-native@^1.0.5:
stealthy-require "^1.1.0"
tough-cookie ">=2.3.3"

request@^2.87.0:
request@^2.72.0, request@^2.87.0:
version "2.88.0"
resolved "https://registry.npmjs.org/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef"
dependencies:
Expand Down Expand Up @@ -7010,12 +7043,37 @@ yargs-parser@10.x:
dependencies:
camelcase "^4.1.0"

yargs-parser@^8.1.0:
version "8.1.0"
resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-8.1.0.tgz#f1376a33b6629a5d063782944da732631e966950"
integrity sha512-yP+6QqN8BmrgW2ggLtTbdrOyBNSI7zBa4IykmiV5R1wl1JWNxQvWhMfMdmzIYtKU7oP3OOInY/tl2ov3BDjnJQ==
dependencies:
camelcase "^4.1.0"

yargs-parser@^9.0.2:
version "9.0.2"
resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-9.0.2.tgz#9ccf6a43460fe4ed40a9bb68f48d43b8a68cc077"
dependencies:
camelcase "^4.1.0"

yargs@^10.0.3:
version "10.1.2"
resolved "https://registry.npmjs.org/yargs/-/yargs-10.1.2.tgz#454d074c2b16a51a43e2fb7807e4f9de69ccb5c5"
integrity sha512-ivSoxqBGYOqQVruxD35+EyCFDYNEFL/Uo6FcOnz+9xZdZzK0Zzw4r4KhbrME1Oo2gOggwJod2MnsdamSG7H9ig==
dependencies:
cliui "^4.0.0"
decamelize "^1.1.1"
find-up "^2.1.0"
get-caller-file "^1.0.1"
os-locale "^2.0.0"
require-directory "^2.1.1"
require-main-filename "^1.0.1"
set-blocking "^2.0.0"
string-width "^2.0.0"
which-module "^2.0.0"
y18n "^3.2.1"
yargs-parser "^8.1.0"

yargs@^11.0.0:
version "11.1.0"
resolved "http://registry.npmjs.org/yargs/-/yargs-11.1.0.tgz#90b869934ed6e871115ea2ff58b03f4724ed2d77"
Expand Down

0 comments on commit 62d90b7

Please sign in to comment.