https://github.com/joakin/wikimedia-phab-html-links
Make wikimedia's phabricator html links for emails out of Task ids like T1234
https://github.com/joakin/wikimedia-phab-html-links
Last synced: about 1 year ago
JSON representation
Make wikimedia's phabricator html links for emails out of Task ids like T1234
- Host: GitHub
- URL: https://github.com/joakin/wikimedia-phab-html-links
- Owner: joakin
- Created: 2017-03-13T17:22:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T09:20:21.000Z (over 8 years ago)
- Last Synced: 2025-02-18T19:54:32.324Z (over 1 year ago)
- Language: Elm
- Size: 298 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wikimedia-phab-html-links
Make nice html links to wikimedia's phabricator when putting task numbers or
links in the textarea
See [chimeces.com/wikimedia-phab-html-links/](http://chimeces.com/wikimedia-phab-html-links/)
## Dev
This is written in [Elm](elm-lang.org).
For development you need to `npm install -g create-elm-app` and then `npm
start` for development and `npm run build` to compile assets for production in
`build/`.