Skip to content

Commit

Permalink
[TASK] composer.json and README.md embed
Browse files Browse the repository at this point in the history
  • Loading branch information
clickstorm committed Jul 12, 2016
1 parent 3af362d commit d33dda6
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# [clickstorm] Youtube Data V3

Clickstorm Youtube Data V3 is a TYPO3 extension. Displays a youtube channel on your page.

Feel free to test and give feedback.

## More information

* [TYPO3 Repository] - Official dowload page
* [Extension Manual] - Official documentation with all features and configurations
* [clickstorm Blog] - Current information in german



[TYPO3 Repository]: <https://typo3.org/extensions/repository/view/cs_youtube_data>
[Extension Manual]: <https://docs.typo3.org/typo3cms/extensions/cs_youtube_data/>
[clickstorm Blog]: <https://www.clickstorm.de/blog/>
30 changes: 30 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "clickstorm/cs_youtube_data",
"type": "typo3-cms-extension",
"description": "[clickstorm] Youtube Data V3",
"homepage": "https://www.clickstorm.de",
"license": [
"GPL-2.0+"
],
"keywords": [
"typo3",
"clickstorm",
"YouTube"
],
"version": "1.0.5",
"dist": {
"url": "https://github.com/clickstorm/cs_youtube_data.git",
"type": "git"
},
"replace": {
"cs_youtube_data": "*"
},
"require": {
"typo3/cms": ">=6.2.6"
},
"autoload": {
"psr-4": {
"Clickstorm\\CsYoutubeData\\": "Classes/"
}
}
}

0 comments on commit d33dda6

Please sign in to comment.