Skip to content

Commit de5640d

Browse files
authored
Merge pull request #34 from kkrieger85/add-constributors
Add contributors & update readme
2 parents d6f4dfe + 47cb0fc commit de5640d

File tree

3 files changed

+206
-77
lines changed

3 files changed

+206
-77
lines changed

.all-contributorsrc

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
{
2+
"projectName": "FireGento_ExtendedImport2",
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": "frostblogNet",
15+
"name": "Jens Richter",
16+
"avatar_url": "https://avatars3.githubusercontent.com/u/19548641?v=4",
17+
"profile": "https://frostblog.net/",
18+
"contributions": [
19+
"code"
20+
]
21+
},
22+
{
23+
"login": "EliasKotlyar",
24+
"name": "Elias Kotlyar",
25+
"avatar_url": "https://avatars0.githubusercontent.com/u/9529505?v=4",
26+
"profile": "https://github.com/EliasKotlyar",
27+
"contributions": [
28+
"code"
29+
]
30+
},
31+
{
32+
"login": "schmengler",
33+
"name": "Fabian Schmengler />",
34+
"avatar_url": "https://avatars1.githubusercontent.com/u/367320?v=4",
35+
"profile": "https://www.schmengler-se.de/",
36+
"contributions": [
37+
"code"
38+
]
39+
},
40+
{
41+
"login": "tdgroot",
42+
"name": "Timon de Groot",
43+
"avatar_url": "https://avatars2.githubusercontent.com/u/1165302?v=4",
44+
"profile": "https://blog.timpack.org/",
45+
"contributions": [
46+
"code"
47+
]
48+
},
49+
{
50+
"login": "peterjaap",
51+
"name": "Peter Jaap Blaakmeer",
52+
"avatar_url": "https://avatars2.githubusercontent.com/u/431360?v=4",
53+
"profile": "http://elgentos.nl/",
54+
"contributions": [
55+
"code"
56+
]
57+
},
58+
{
59+
"login": "Kipperlenny",
60+
"name": "Lennart Schreiber",
61+
"avatar_url": "https://avatars1.githubusercontent.com/u/563328?v=4",
62+
"profile": "https://www.webzap.eu/",
63+
"contributions": [
64+
"code"
65+
]
66+
},
67+
{
68+
"login": "ulftietze",
69+
"name": "utietze",
70+
"avatar_url": "https://avatars2.githubusercontent.com/u/12051528?v=4",
71+
"profile": "https://github.com/ulftietze",
72+
"contributions": [
73+
"code"
74+
]
75+
},
76+
{
77+
"login": "Dr-Head",
78+
"name": "Daniel Head",
79+
"avatar_url": "https://avatars0.githubusercontent.com/u/3766584?v=4",
80+
"profile": "https://github.com/Dr-Head",
81+
"contributions": [
82+
"code"
83+
]
84+
},
85+
{
86+
"login": "kkrieger85",
87+
"name": "Kevin Krieger",
88+
"avatar_url": "https://avatars2.githubusercontent.com/u/4435523?v=4",
89+
"profile": "https://github.com/kkrieger85",
90+
"contributions": [
91+
"doc"
92+
]
93+
}
94+
],
95+
"contributorsPerLine": 7
96+
}

README.md

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
2+
[![All Contributors](https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square)](#contributors-)
3+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
4+
5+
# FireGento ExtendedImport Extension
6+
7+
Extended Import Features (ported from AvS_FastSimpleImport)
8+
9+
## Facts
10+
11+
- version: 0.0.1
12+
- extension key: FireGento_ExtendedImport
13+
- [extension on GitHub](https://github.com/magento-hackathon/FireGento_ExtendedImport2)
14+
15+
## Description
16+
17+
Adds missing features to Magento CSV import, to be used with FastSimpleImport
18+
19+
## Features
20+
21+
1. Add missing product-attribute-options on the fly
22+
2. Allow using category-ids on product import instead of category-path
23+
24+
25+
## Requirements
26+
27+
- None
28+
29+
## Compatibility
30+
31+
- Magento >= 2.0
32+
33+
## Installation Instructions "Manual" Installation
34+
35+
1. create a directory `app/code/FireGento/ExtendedImport`
36+
2. extract all files of the module there
37+
3. enable the module with
38+
39+
bin/magento module:enable FireGento/ExtendedImport
40+
bin/magento setup:upgrade
41+
42+
## Installation Instructions with Composer
43+
44+
45+
composer config repositories.firegento_extendedimport2 vcs https://github.com/firegento/FireGento_ExtendedImport2
46+
composer require firegento/extendedimport dev-master
47+
bin/magento module:enable FireGento_ExtendedImport
48+
bin/magento setup:upgrade
49+
50+
## Uninstallation
51+
52+
1. remove the directory `app/code/FireGento/ExtendedImport`
53+
54+
## Support
55+
56+
If you have any issues with this extension, open an issue on [GitHub](https://github.com/magento-hackathon/FireGento_ExtendedImport/issues).
57+
58+
## Contribution
59+
60+
Any contribution is highly appreciated. The best way to contribute code is to open a [pull request on GitHub](https://help.github.com/articles/using-pull-requests).
61+
62+
## Contributors ✨
63+
64+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
65+
66+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
67+
<!-- prettier-ignore-start -->
68+
<!-- markdownlint-disable -->
69+
<table>
70+
<tr>
71+
<td align="center"><a href="https://frostblog.net/"><img src="https://avatars3.githubusercontent.com/u/19548641?v=4" width="100px;" alt=""/><br /><sub><b>Jens Richter</b></sub></a><br /><a href="https://github.com/firegento/FireGento_ExtendedImport2/commits?author=frostblogNet" title="Code">💻</a></td>
72+
<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_ExtendedImport2/commits?author=EliasKotlyar" title="Code">💻</a></td>
73+
<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_ExtendedImport2/commits?author=schmengler" title="Code">💻</a></td>
74+
<td align="center"><a href="https://blog.timpack.org/"><img src="https://avatars2.githubusercontent.com/u/1165302?v=4" width="100px;" alt=""/><br /><sub><b>Timon de Groot</b></sub></a><br /><a href="https://github.com/firegento/FireGento_ExtendedImport2/commits?author=tdgroot" title="Code">💻</a></td>
75+
<td align="center"><a href="http://elgentos.nl/"><img src="https://avatars2.githubusercontent.com/u/431360?v=4" width="100px;" alt=""/><br /><sub><b>Peter Jaap Blaakmeer</b></sub></a><br /><a href="https://github.com/firegento/FireGento_ExtendedImport2/commits?author=peterjaap" title="Code">💻</a></td>
76+
<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_ExtendedImport2/commits?author=Kipperlenny" title="Code">💻</a></td>
77+
<td align="center"><a href="https://github.com/ulftietze"><img src="https://avatars2.githubusercontent.com/u/12051528?v=4" width="100px;" alt=""/><br /><sub><b>utietze</b></sub></a><br /><a href="https://github.com/firegento/FireGento_ExtendedImport2/commits?author=ulftietze" title="Code">💻</a></td>
78+
</tr>
79+
<tr>
80+
<td align="center"><a href="https://github.com/Dr-Head"><img src="https://avatars0.githubusercontent.com/u/3766584?v=4" width="100px;" alt=""/><br /><sub><b>Daniel Head</b></sub></a><br /><a href="https://github.com/firegento/FireGento_ExtendedImport2/commits?author=Dr-Head" title="Code">💻</a></td>
81+
<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_ExtendedImport2/commits?author=kkrieger85" title="Documentation">📖</a></td>
82+
</tr>
83+
</table>
84+
85+
<!-- markdownlint-enable -->
86+
<!-- prettier-ignore-end -->
87+
<!-- ALL-CONTRIBUTORS-LIST:END -->
88+
89+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
90+
91+
## Tests
92+
93+
Unit tests are integrated in the Magento unit test suite. To run them separately, simply call
94+
95+
phpunit
96+
97+
in the module directory (it must be installed in a Magento instance to use the bootstrap file)
98+
99+
## Developer
100+
101+
Fabian Schmengler
102+
[@fschmengler](https://twitter.com/fschmengler)
103+
104+
## Licence
105+
106+
[OSL - Open Software Licence 3.0](http://opensource.org/licenses/osl-3.0.php)
107+
108+
## Copyright
109+
110+
(c) 2016 -2020 FireGento

readme.md

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)