Download the PHP package linkorb/metaculous without Composer
On this page you can find all versions of the php package linkorb/metaculous. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download linkorb/metaculous
More information about linkorb/metaculous
Files in linkorb/metaculous
Download linkorb/metaculous
More information about linkorb/metaculous
Files in linkorb/metaculous
Vendor linkorb
Package metaculous
Short Description Metaculous: Generate json
License MIT
Homepage https://github.com/linkorb/metaculous
Package metaculous
Short Description Metaculous: Generate json
License MIT
Homepage https://github.com/linkorb/metaculous
Keywords linkorbmetaculous
Please rate this library. Is it a good library?
Informations about the package metaculous
Metaculous
Metaculous contains a set of Analyzers that scan your repository for common files (like package.json, .editorconfig, etc) and extract structured data from them into a .json file for further processing.
Installation
composer require linkorb/metaculous --dev
Usage
vendor/bin/metaculous --help
Run analyzers:
bin/metaculous analyze -c metaculous.yaml -o metaculous.json
project.yml example:
Here's a simple example metaculous.yaml
file:
Development / debugging:
The examples/
directory contains a collection of common files.
While developing analyzers, you can run ./bin/metaculous analyze -c examples/full-project/metaculous.yaml
to run metaculous in the context of the examples/full-project/
directory.
All versions of metaculous with dependencies
PHP Build Version
Package Version
Requires
symfony/console Version
^3.0|^4.0
symfony/yaml Version ^4.2
symfony/dotenv Version ^3.0|^4.0
symfony/routing Version ^3.0|^4.0
knplabs/github-api Version ^3.0
php-http/guzzle6-adapter Version ^1.1 || ^2.0.0
alom/graphviz Version ^1.1
symfony/yaml Version ^4.2
symfony/dotenv Version ^3.0|^4.0
symfony/routing Version ^3.0|^4.0
knplabs/github-api Version ^3.0
php-http/guzzle6-adapter Version ^1.1 || ^2.0.0
alom/graphviz Version ^1.1
The package linkorb/metaculous contains the following files
Loading the files please wait ....