Skip to content

Commit 53f88a2

Browse files
authored
📖 DOC: Add contributors (#14)
1 parent 475fc7d commit 53f88a2

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

‎.github/workflows/nodejs.yml‎

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ name: Node.js CI
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches:
9+
- main
10+
- master
911
pull_request:
10-
branches: [ master ]
12+
branches:
13+
- main
14+
- master
1115
schedule:
1216
- cron: '0 2 * * *'
1317

‎README.md‎

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@ runscript
22
=======
33

44
[![NPM version][npm-image]][npm-url]
5+
[![Node.js CI](https://github.com/node-modules/runscript/actions/workflows/nodejs.yml/badge.svg)](https://github.com/node-modules/runscript/actions/workflows/nodejs.yml)
56
[![Test coverage][codecov-image]][codecov-url]
6-
[![David deps][david-image]][david-url]
77
[![npm download][download-image]][download-url]
88

99
[npm-image]: https://img.shields.io/npm/v/runscript.svg?style=flat-square
1010
[npm-url]: https://npmjs.org/package/runscript
1111
[codecov-image]: https://codecov.io/github/node-modules/runscript/coverage.svg?branch=master
1212
[codecov-url]: https://codecov.io/github/node-modules/runscript?branch=master
13-
[david-image]: https://img.shields.io/david/node-modules/runscript.svg?style=flat-square
14-
[david-url]: https://david-dm.org/node-modules/runscript
1513
[download-image]: https://img.shields.io/npm/dm/runscript.svg?style=flat-square
1614
[download-url]: https://npmjs.org/package/runscript
1715

@@ -56,3 +54,14 @@ runScript('node user-script.js', { stdio: 'pipe' }, { timeout: 10000 })
5654
## License
5755

5856
[MIT](LICENSE.txt)
57+
<!-- GITCONTRIBUTOR_START -->
58+
59+
## Contributors
60+
61+
|[<img src="https://avatars.githubusercontent.com/u/156269?v=4" width="100px;"/><br/><sub><b>fengmk2</b></sub>](https://github.com/fengmk2)<br/>|[<img src="https://avatars.githubusercontent.com/u/9939767?v=4" width="100px;"/><br/><sub><b>walkthunder</b></sub>](https://github.com/walkthunder)<br/>|[<img src="https://avatars.githubusercontent.com/u/360661?v=4" width="100px;"/><br/><sub><b>popomore</b></sub>](https://github.com/popomore)<br/>|[<img src="https://avatars.githubusercontent.com/u/1622697?v=4" width="100px;"/><br/><sub><b>ottomao</b></sub>](https://github.com/ottomao)<br/>|[<img src="https://avatars.githubusercontent.com/u/227713?v=4" width="100px;"/><br/><sub><b>atian25</b></sub>](https://github.com/atian25)<br/>|[<img src="https://avatars.githubusercontent.com/u/8433821?v=4" width="100px;"/><br/><sub><b>lusyn</b></sub>](https://github.com/lusyn)<br/>|
62+
| :---: | :---: | :---: | :---: | :---: | :---: |
63+
[<img src="https://avatars.githubusercontent.com/u/5856440?v=4" width="100px;"/><br/><sub><b>whxaxes</b></sub>](https://github.com/whxaxes)<br/>
64+
65+
This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Tue Mar 08 2022 10:02:22 GMT+0800`.
66+
67+
<!-- GITCONTRIBUTOR_END -->

‎package.json‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"index.d.ts"
99
],
1010
"scripts": {
11+
"contributor": "git-contributor",
1112
"test": "npm run lint && egg-bin test",
1213
"test-cov": "egg-bin cov",
1314
"lint": "eslint index.js test --fix",
@@ -25,6 +26,7 @@
2526
"egg-ci": "^1.8.0",
2627
"eslint": "^4.19.1",
2728
"eslint-config-egg": "^6.0.0",
29+
"git-contributor": "^1.0.10",
2830
"typescript": "^3.9.3"
2931
},
3032
"homepage": "https://github.com/node-modules/runscript",

0 commit comments

Comments
 (0)