Skip to content

Commit e65ea74

Browse files
author
fabianmoronzirfas
committed
Add @jfmengels as a contributor
1 parent 36dd951 commit e65ea74

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

.all-contributorsrc

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"projectName": "extendscriptr",
3+
"projectOwner": "ExtendScript",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 128,
10+
"commit": true,
11+
"contributors": [
12+
{
13+
"login": "jfmengels",
14+
"name": "Jeroen Engels",
15+
"avatar_url": "https://avatars1.githubusercontent.com/u/3869412?v=4",
16+
"profile": "https://github.com/jfmengels",
17+
"contributions": [
18+
"doc"
19+
]
20+
}
21+
]
22+
}

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Extendscriptr
1+
# Extendscriptr
22

3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
34
[![npm version](https://badge.fury.io/js/extendscriptr.svg)](https://badge.fury.io/js/extendscriptr) [![Join the chat at https://gitter.im/vogelino/extendscriptr](https://badges.gitter.im/vogelino/extendscriptr.svg)](https://gitter.im/vogelino/extendscriptr?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![travis](https://travis-ci.org/ExtendScript/extendscriptr.svg)](https://travis-ci.org/ExtendScript/extendscriptr)
45

56
Extendscriptr is NPM CLI module that allows you to benefit of many modern javascript features of es5 and es6 in a es3 extendscript environment.
@@ -47,3 +48,15 @@ https://github.com/vogelino/extendscriptr/issues
4748

4849
### License
4950
WTFPL - Do whatever the fuck you want
51+
52+
## Contributors
53+
54+
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
55+
56+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
57+
<!-- prettier-ignore -->
58+
| [<img src="https://avatars1.githubusercontent.com/u/3869412?v=4" width="128px;"/><br /><sub><b>Jeroen Engels</b></sub>](https://github.com/jfmengels)<br />[📖](https://github.com/ExtendScript/extendscriptr/commits?author=jfmengels "Documentation") |
59+
| :---: |
60+
<!-- ALL-CONTRIBUTORS-LIST:END -->
61+
62+
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)