Better readme

This commit is contained in:
Matthieu Napoli
2014-09-09 00:12:49 +07:00
parent c9adde4be8
commit 95cdecd7ee
2 changed files with 8 additions and 12 deletions

View File

@@ -16,14 +16,14 @@ Ideas:
- Issue average/median acknowledgement time (i.e. first comment after the issue was open)
- Regularity of releases (i.e. average release delay)
## Demo
## Run
$ composer install
$ bower install
$ cd web/
$ php -S 0.0.0.0:8000 index.php
Visit an URL like [http://localhost:8000/badge/mnapoli/php-di.svg](http://localhost:8000/badge/mnapoli/php-di.svg) (badge).
Or run `bin/demo.php`.
The first time a badge is generated takes a few seconds, then it is cached. Be patient.
## Requirements

View File

@@ -1,16 +1,12 @@
{
"name": "missive",
"name": "maintained",
"version": "0.0.0",
"homepage": "https://github.com/mnapoli/Missive",
"license": "proprietary",
"homepage": "https://github.com/mnapoli/Maintained",
"license": "MIT",
"private": true,
"dependencies": {
"jquery": "~1.11",
"bootstrap": "~3.2",
"fontawesome": "*",
"angular": "~1.2",
"angular-ui-bootstrap-bower": "~0.11",
"angular-ui-select2": "~0.0.5",
"select2-bootstrap-css": "bootstrap3"
"fontawesome": "*"
}
}