oat-sa / extension-tao-devtools
Extension that gathers development tools for TAO
Installs: 29 380
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 50
Forks: 4
Open Issues: 4
Type:tao-extension
Requires
- ccampbell/chromephp: ~4.1.0
- nette/php-generator: ~3.3.0
- oat-sa/extension-tao-group: >=7.0.0
- oat-sa/extension-tao-item: >=11.0.0
- oat-sa/extension-tao-itemqti: >=28.2.0
- oat-sa/generis: >=15.17.0
- oat-sa/oatbox-extension-installer: ~1.1||dev-master
- oat-sa/tao-core: >=48.11.0
- symfony/process: ^5.0
Requires (Dev)
- dephpend/dephpend: ^0.6.3
- dev-master
- v8.11.0
- v8.10.2
- v8.10.1
- v8.10.0
- v8.9.0
- v8.8.1
- v8.8.0
- v8.7.0
- v8.6.0
- v8.5.0
- v8.4.0
- v8.3.0
- v8.2.0
- v8.1.2
- v8.1.1
- v8.1.0
- v8.0.0
- v7.0.0
- v6.10.0
- v6.9.0
- v6.7.0
- v6.6.0
- v6.5.1
- v6.5.0
- v6.4.0
- v6.2.1
- v6.2.0
- v6.1.0
- v6.0.1
- v5.0.0
- v4.2.3
- v4.2.1
- v4.1.1
- v4.1.0
- v4.0.0
- v3.12.2
- v3.12.1
- v3.12.0
- v3.11.0
- v3.10.0
- v3.9.0
- v3.8.1
- v3.7.0
- v3.6.0
- v3.5.0
- v3.4.0
- v3.3.0
- v3.1.1
- v3.0.2
- v3.0.1
- v3.0.0
- v2.21.0
- v2.20.1
- v2.19.0
- v2.18.0
- v2.17.0
- v2.16.1
- v2.16.0
- v2.15.0
- v2.14.2
- v2.14.1
- v2.13.1
- v2.13.0
- v2.12.0
- v2.11.1
- v2.10.0
- v2.9
- v2.8
- v2.7.1
- v2.7.0
- v2.6
- dev-develop
- dev-fix/update-autoRelease-action-with-bot-user
- dev-feature/SOLAR-59/back-button-icon
- dev-feature/poc-php80-compatibility
- dev-tools/auto_pr
- dev-feature/CON-135/allows_to_generate_massivly_assets
- dev-TDR-22/move_dependencies_to_composer
- dev-remove-jenkinsfile
- dev-experiment/dependency
- dev-fix/NCC-152/AssignmentsReportKeepsTracksOfAssignment
- dev-hotfix/NFER-31/add-icon-online-offline
- dev-feature/trace-sql
- dev-feature/TAO-7971-globe-icon
- dev-feature/openapiDocGen
- dev-feature/TAO-7682-fix-nightly-tests
- dev-test/packagist
- dev-feature/TAO-4008/refactor-controller-constructor
- dev-TAO-6032/Unneeded-item-language-versions-clearing
- dev-fix/TAO-5582/update-multiple
- dev-feature/sql-error-log
- dev-fix/intends-sample
- dev-feature/better-generator
- dev-feature/RdfsProxy_compare_models
- dev-feature/read-write-logging
- dev-mpdeploy
- dev-dev-act
- dev-feature/monitor
This package is auto-updated.
Last update: 2024-11-02 14:13:23 UTC
README
extension that gather development tools for TAO
Scripts
Item generator
Generates a tree of items.
Run
php index.php '\oat\taoDevTools\models\ItemTreeGenerator'
Options
Optional Arguments:
-i items_count, --items-count items_count (default: "2")
Number of items in class. Can be int or range. Example: 5, 1-5
-c class_count, --class-count class_count (default: "2")
Number of classes in class. Can be int or range. Example: 5, 1-5
-n nesting_level, --nesting-level nesting_level (default: "3")
Nesting level. Can be int or range. Example: 5, 1-5
-r own_root, --own_root own_root (default: true)
Create a tree under individual root
-k root_class, --root-class root_class (default: "http://www.tao.lu/Ontologies/TAOItem.rdf#Item")
Root class
-h help, --help help
Prints a help statement