Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sijad/flarum-ext-github-autolink
depricated! use https://github.com/FriendsOfFlarum/github-autolink
https://github.com/sijad/flarum-ext-github-autolink
Last synced: 12 days ago
JSON representation
depricated! use https://github.com/FriendsOfFlarum/github-autolink
- Host: GitHub
- URL: https://github.com/sijad/flarum-ext-github-autolink
- Owner: sijad
- License: mit
- Archived: true
- Created: 2016-02-18T10:33:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T11:01:51.000Z (almost 6 years ago)
- Last Synced: 2024-08-01T19:33:59.516Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 14.6 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flarum Github Autolink
Convert references to Github issues and commits automatically into links.
![github-autolink]
it also convert both `Username/Repository#` and `Username/Repository@SHA` to Github link
## Supported Links
Currently supported type of string that will be converted to links are:
* `https://github.com/{user or organisation name}/{repository}/issues/{issue number}`
* `{user or organisation name}/{repository}#{issue number}`
* `https://github.com/{user or organisation name}/{repository}/commit/{commit SHA1}`
* `{user or organisation name}/{repository}@{commit SHA1}`## How To Install
Run follow command via ssh while you're in Flarum root folder:
```bash
composer require sijad/flarum-ext-github-autolink
```then enable the extension from Flarum admin Extension page.
## TODO
* Retrieve links details form Github (e.g. title).
[github-autolink]: https://cloud.githubusercontent.com/assets/7693001/14741416/4d79016a-08ab-11e6-85f6-9718d9287470.png