27/04
2017
Wallogit.com
2017 © Pedro Peláez
Propose an universal interface for code description., (*2)
Target a PHP or JS repository like snub69/minbox., (*3)
{
"distribuable": false,
"testable": true,
"language": "php",
"vendor": "snub69",
"repository": "refactor-package",
"package": "snub69\/refactor-package",
"description": "An universal interface for code description",
"keywords": [
"api",
"api-rest",
"repository-description",
"package-description"
],
"type": "project",
"homepage": "http:\/\/refactor-package.alwaysdata.net\/snub69\/refactor-package",
"dependencies": [],
"devDependencies": [
"phpunit\/phpunit"
],
"version": [],
"license": "MIT",
"author": "snub69"
}
The API provide a short description per repository. Based on package.json or composer.json check if the code is available on nmp or packagist and travis. The hosted demo allow all origins., (*4)
Clone this repository, (*5)
git clone https://github.com/snub69/refactor-package.git
Run with phpunit after install dependencies, (*6)
composer update phpunit