Skip to content

Commit 058a129

Browse files
authored
Merge pull request #106 from kkrieger85/master
Add contributors, update markdown syntax
2 parents 137731f + 0e950b5 commit 058a129

File tree

2 files changed

+175
-23
lines changed

2 files changed

+175
-23
lines changed

.all-contributorsrc

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
{
2+
"projectName": "FireGento_FastSimpleImport2",
3+
"projectOwner": "firegento",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": true,
11+
"commitConvention": "none",
12+
"contributors": [
13+
{
14+
"login": "EliasKotlyar",
15+
"name": "Elias Kotlyar",
16+
"avatar_url": "https://avatars0.githubusercontent.com/u/9529505?v=4",
17+
"profile": "https://github.com/EliasKotlyar",
18+
"contributions": [
19+
"code"
20+
]
21+
},
22+
{
23+
"login": "avstudnitz",
24+
"name": "Andreas von Studnitz",
25+
"avatar_url": "https://avatars1.githubusercontent.com/u/662059?v=4",
26+
"profile": "http://www.integer-net.de/agentur/andreas-von-studnitz/",
27+
"contributions": [
28+
"code"
29+
]
30+
},
31+
{
32+
"login": "nhp",
33+
"name": "Nils Preuß",
34+
"avatar_url": "https://avatars3.githubusercontent.com/u/512911?v=4",
35+
"profile": "https://github.com/nhp",
36+
"contributions": [
37+
"code"
38+
]
39+
},
40+
{
41+
"login": "Kipperlenny",
42+
"name": "Lennart Schreiber",
43+
"avatar_url": "https://avatars1.githubusercontent.com/u/563328?v=4",
44+
"profile": "https://www.webzap.eu/",
45+
"contributions": [
46+
"code"
47+
]
48+
},
49+
{
50+
"login": "blewinsky",
51+
"name": "Bogdan Lewinsky",
52+
"avatar_url": "https://avatars1.githubusercontent.com/u/701008?v=4",
53+
"profile": "http://www.youwe.nl/",
54+
"contributions": [
55+
"code"
56+
]
57+
},
58+
{
59+
"login": "rosenberger-e-conomix",
60+
"name": "rosenberger-e-conomix",
61+
"avatar_url": "https://avatars3.githubusercontent.com/u/47806105?v=4",
62+
"profile": "https://github.com/rosenberger-e-conomix",
63+
"contributions": [
64+
"code"
65+
]
66+
},
67+
{
68+
"login": "schmengler",
69+
"name": "Fabian Schmengler />",
70+
"avatar_url": "https://avatars1.githubusercontent.com/u/367320?v=4",
71+
"profile": "https://www.schmengler-se.de/",
72+
"contributions": [
73+
"code"
74+
]
75+
},
76+
{
77+
"login": "koenner01",
78+
"name": "Koen V.",
79+
"avatar_url": "https://avatars3.githubusercontent.com/u/13639210?v=4",
80+
"profile": "https://github.com/koenner01",
81+
"contributions": [
82+
"code"
83+
]
84+
},
85+
{
86+
"login": "hummer2k",
87+
"name": "hummer2k",
88+
"avatar_url": "https://avatars1.githubusercontent.com/u/2178371?v=4",
89+
"profile": "https://github.com/hummer2k",
90+
"contributions": [
91+
"code"
92+
]
93+
},
94+
{
95+
"login": "dcole-inviqa",
96+
"name": "dcole-inviqa",
97+
"avatar_url": "https://avatars0.githubusercontent.com/u/6168391?v=4",
98+
"profile": "https://github.com/dcole-inviqa",
99+
"contributions": [
100+
"code"
101+
]
102+
},
103+
{
104+
"login": "VincentMarmiesse",
105+
"name": "Vincent MARMIESSE",
106+
"avatar_url": "https://avatars0.githubusercontent.com/u/1949412?v=4",
107+
"profile": "https://github.com/VincentMarmiesse",
108+
"contributions": [
109+
"code"
110+
]
111+
},
112+
{
113+
"login": "kkrieger85",
114+
"name": "Kevin Krieger",
115+
"avatar_url": "https://avatars2.githubusercontent.com/u/4435523?v=4",
116+
"profile": "https://github.com/kkrieger85",
117+
"contributions": [
118+
"doc"
119+
]
120+
}
121+
],
122+
"contributorsPerLine": 7
123+
}

README.md

Lines changed: 52 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,75 @@
1-
FireGento_FastSimpleImport
2-
===================
3-
Wrapper for Magento 2 ImportExport functionality, which imports products and customers from arrays
1+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
2+
[![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square)](#contributors-)
3+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
4+
# FireGento_FastSimpleImport
45

6+
Wrapper for Magento 2 ImportExport functionality, which imports products and customers from arrays
57

6-
[Documentation](http://firegento-fastsimpleimport2.readthedocs.io/en/latest/)
7-
-------------------------------
88

9+
## [Documentation](http://firegento-fastsimpleimport2.readthedocs.io/en/latest/)
910

11+
## Requirements
1012

11-
Requirements
12-
------------
1313
- Magento >= 2.0.0
1414
- PHP >= 5.5.0
1515

16-
Support
17-
-------
16+
## Support
17+
1818
If you encounter any problems or bugs, please create an issue on [GitHub](https://github.com/magento-hackathon/FireGento_FastSimpleImport/issues).
1919

20-
Contribution
21-
------------
20+
## Contribution
21+
2222
Any contribution to the development of FastSimpleImport is highly welcome. The best possibility to provide any code is to open a [pull request on GitHub](https://help.github.com/articles/using-pull-requests).
2323

24-
Developer
25-
---------
24+
## Contributors ✨
25+
26+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
27+
28+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
29+
<!-- prettier-ignore-start -->
30+
<!-- markdownlint-disable -->
31+
<table>
32+
<tr>
33+
<td align="center"><a href="https://github.com/EliasKotlyar"><img src="https://avatars0.githubusercontent.com/u/9529505?v=4" width="100px;" alt=""/><br /><sub><b>Elias Kotlyar</b></sub></a><br /><a href="https://github.com/firegento/FireGento_FastSimpleImport2/commits?author=EliasKotlyar" title="Code">💻</a></td>
34+
<td align="center"><a href="http://www.integer-net.de/agentur/andreas-von-studnitz/"><img src="https://avatars1.githubusercontent.com/u/662059?v=4" width="100px;" alt=""/><br /><sub><b>Andreas von Studnitz</b></sub></a><br /><a href="https://github.com/firegento/FireGento_FastSimpleImport2/commits?author=avstudnitz" title="Code">💻</a></td>
35+
<td align="center"><a href="https://github.com/nhp"><img src="https://avatars3.githubusercontent.com/u/512911?v=4" width="100px;" alt=""/><br /><sub><b>Nils Preuß</b></sub></a><br /><a href="https://github.com/firegento/FireGento_FastSimpleImport2/commits?author=nhp" title="Code">💻</a></td>
36+
<td align="center"><a href="https://www.webzap.eu/"><img src="https://avatars1.githubusercontent.com/u/563328?v=4" width="100px;" alt=""/><br /><sub><b>Lennart Schreiber</b></sub></a><br /><a href="https://github.com/firegento/FireGento_FastSimpleImport2/commits?author=Kipperlenny" title="Code">💻</a></td>
37+
<td align="center"><a href="http://www.youwe.nl/"><img src="https://avatars1.githubusercontent.com/u/701008?v=4" width="100px;" alt=""/><br /><sub><b>Bogdan Lewinsky</b></sub></a><br /><a href="https://github.com/firegento/FireGento_FastSimpleImport2/commits?author=blewinsky" title="Code">💻</a></td>
38+
<td align="center"><a href="https://github.com/rosenberger-e-conomix"><img src="https://avatars3.githubusercontent.com/u/47806105?v=4" width="100px;" alt=""/><br /><sub><b>rosenberger-e-conomix</b></sub></a><br /><a href="https://github.com/firegento/FireGento_FastSimpleImport2/commits?author=rosenberger-e-conomix" title="Code">💻</a></td>
39+
<td align="center"><a href="https://www.schmengler-se.de/"><img src="https://avatars1.githubusercontent.com/u/367320?v=4" width="100px;" alt=""/><br /><sub><b>Fabian Schmengler /></b></sub></a><br /><a href="https://github.com/firegento/FireGento_FastSimpleImport2/commits?author=schmengler" title="Code">💻</a></td>
40+
</tr>
41+
<tr>
42+
<td align="center"><a href="https://github.com/koenner01"><img src="https://avatars3.githubusercontent.com/u/13639210?v=4" width="100px;" alt=""/><br /><sub><b>Koen V.</b></sub></a><br /><a href="https://github.com/firegento/FireGento_FastSimpleImport2/commits?author=koenner01" title="Code">💻</a></td>
43+
<td align="center"><a href="https://github.com/hummer2k"><img src="https://avatars1.githubusercontent.com/u/2178371?v=4" width="100px;" alt=""/><br /><sub><b>hummer2k</b></sub></a><br /><a href="https://github.com/firegento/FireGento_FastSimpleImport2/commits?author=hummer2k" title="Code">💻</a></td>
44+
<td align="center"><a href="https://github.com/dcole-inviqa"><img src="https://avatars0.githubusercontent.com/u/6168391?v=4" width="100px;" alt=""/><br /><sub><b>dcole-inviqa</b></sub></a><br /><a href="https://github.com/firegento/FireGento_FastSimpleImport2/commits?author=dcole-inviqa" title="Code">💻</a></td>
45+
<td align="center"><a href="https://github.com/VincentMarmiesse"><img src="https://avatars0.githubusercontent.com/u/1949412?v=4" width="100px;" alt=""/><br /><sub><b>Vincent MARMIESSE</b></sub></a><br /><a href="https://github.com/firegento/FireGento_FastSimpleImport2/commits?author=VincentMarmiesse" title="Code">💻</a></td>
46+
<td align="center"><a href="https://github.com/kkrieger85"><img src="https://avatars2.githubusercontent.com/u/4435523?v=4" width="100px;" alt=""/><br /><sub><b>Kevin Krieger</b></sub></a><br /><a href="https://github.com/firegento/FireGento_FastSimpleImport2/commits?author=kkrieger85" title="Documentation">📖</a></td>
47+
</tr>
48+
</table>
49+
50+
<!-- markdownlint-enable -->
51+
<!-- prettier-ignore-end -->
52+
<!-- ALL-CONTRIBUTORS-LIST:END -->
53+
54+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
55+
56+
## Developer
57+
2658
FireGento Team
2759
* Website: [http://firegento.com](http://firegento.com)
2860
* Twitter: [@firegento](https://twitter.com/firegento)
2961

30-
Quick Installation Guide
31-
---------------------------------------------
62+
## Quick Installation Guide
3263

3364
composer require firegento/fastsimpleimport
3465
bin/magento module:enable FireGento_FastSimpleImport
3566
bin/magento setup:upgrade
3667

37-
38-
39-
40-
Licence
41-
-------
68+
## Licence
69+
4270
[GNU General Public License, version 3 (GPLv3)](http://opensource.org/licenses/gpl-3.0)
4371

44-
Copyright
45-
---------
46-
(c) 2016 FireGento Team
72+
## Copyright
73+
74+
(c) 2016 -2020 FireGento Team
75+

0 commit comments

Comments
 (0)