{"id":21372973,"url":"https://github.com/hiqdev/hidev","last_synced_at":"2025-10-11T13:30:37.970Z","repository":{"id":31183275,"uuid":"34743801","full_name":"hiqdev/hidev","owner":"hiqdev","description":"Automation tool mixed with code generator for easier continuous development","archived":false,"fork":false,"pushed_at":"2025-10-08T11:53:30.000Z","size":924,"stargazers_count":30,"open_issues_count":4,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-08T13:35:50.833Z","etag":null,"topics":["automation","build","code-generation","hacktoberfest"],"latest_commit_sha":null,"homepage":"http://hiqdev.com/packages/hidev","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hiqdev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-04-28T16:55:52.000Z","updated_at":"2025-10-08T11:53:34.000Z","dependencies_parsed_at":"2024-11-22T08:39:47.315Z","dependency_job_id":null,"html_url":"https://github.com/hiqdev/hidev","commit_stats":{"total_commits":1009,"total_committers":5,"mean_commits":201.8,"dds":"0.015857284440039643","last_synced_commit":"8c6a5125e57f31848f84efab223843cedc87fd3e"},"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/hiqdev/hidev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiqdev%2Fhidev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiqdev%2Fhidev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiqdev%2Fhidev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiqdev%2Fhidev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiqdev","download_url":"https://codeload.github.com/hiqdev/hidev/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiqdev%2Fhidev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007341,"owners_count":26084282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","build","code-generation","hacktoberfest"],"created_at":"2024-11-22T08:24:21.979Z","updated_at":"2025-10-11T13:30:37.631Z","avatar_url":"https://github.com/hiqdev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HiDev\n\n**Automation tool mixed with code generator for easier continuous development**\n\n[![Latest Stable Version](https://poser.pugx.org/hiqdev/hidev/v/stable)](https://packagist.org/packages/hiqdev/hidev)\n[![Total Downloads](https://poser.pugx.org/hiqdev/hidev/downloads)](https://packagist.org/packages/hiqdev/hidev)\n[![Build Status](https://img.shields.io/travis/hiqdev/hidev.svg)](https://travis-ci.org/hiqdev/hidev)\n[![Scrutinizer Code Coverage](https://img.shields.io/scrutinizer/coverage/g/hiqdev/hidev.svg)](https://scrutinizer-ci.com/g/hiqdev/hidev/)\n[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/hiqdev/hidev.svg)](https://scrutinizer-ci.com/g/hiqdev/hidev/)\n[![Dependency Status](https://www.versioneye.com/php/hiqdev:hidev/dev-master/badge.svg)](https://www.versioneye.com/php/hiqdev:hidev/dev-master)\n\nSimplifies and automates:\n\n- package management: [Composer], [Packagist]\n- releasing: README, LICENSE, CHANGELOG, version bumping\n- CI services integration: [Travis], [Scrutinizer]\n- testing: [PHPUnit], [Codeception]\n- code quality checking: [PHP-CS-Fixer], [VersionEye]\n- version control management: .gitignore, GitHub\n- PHAR building with [Box]\n- code generation with php and twig templates\n\nFunctionality is provided and can be extended with [plugins].\n\n[Composer]:         https://getcomposer.org/\n[Packagist]:        https://packagist.org/\n[Travis]:           https://travis-ci.org/\n[Scrutinizer]:      https://scrutinizer-ci.com/\n[PHPUnit]:          https://phpunit.de/\n[Codeception]:      http://codeception.com/\n[PHP-CS-Fixer]:     https://github.com/FriendsOfPHP/PHP-CS-Fixer\n[VersionEye]:       https://www.versioneye.com/\n[Box]:              https://github.com/box-project/box2\n[plugins]:          docs/Plugins.md\n\n## Installation\n\nThere are several ways of installation in order of preference:\n\n1. download PHAR from http://hiqdev.com/hidev/hidev.phar\n2. require `hiqdev/hidev` in your project's composer.json\n3. install globally with `composer global require \"hiqdev/hidev:*\"`\n\n## Idea\n\nThe main idea behind HiDev is to combine code generator and build tool to stop\ncopying config files between your projects. And automate all the repeated tasks\nof course. But firstly generate all the files that can be generated, e.g.:\n\n- `.gitignore`, `README.md`, `LICENSE`, `CHANGELOG.md`\n- `composer.json`\n- `.travis.yml`, `.scrutinizer.yml`\n- `phpunit.xml`, `codeception.yml`\n- `.php_cs`\n\nYou write a simple config specifying general information about your package\nand plugins to be used. HiDev alone does nothing at all! You specify what\nyou want it to do in config or use plugins. There are predefined plugins with\ngenerally usable configs or you can create plugins yourself.\n\nFor example, `hiqdev/hidev-php` plugin is a general config for PHP projects and\nwill enable HiDev to create all the listed above files and adds goals to use:\n\n- `hidev default` or simply `hidev` will update config files according to the changes you made\n- `hidev fix`: will update `.php_cs` file and run `php-cs-fixer` to fix code style of your PHP files\n- `hidev test`: will update `phpunit.xml` and run your tests with `phpunit`\n- `hidev build`: will do fix and test alltogether\n- `hidev bump` and `hidev release` will bump project version and publish release to GitHub\n\nHiDev can generate different files: sources, tests, anything else based on templates and\nall the information available in config files or elsewhere.\n\nNow I'm working to enable HiDev to do more:\n\n- project bootstraping and deploy\n- integration with other build tools: robo, grunt, gulp, ...\n- more for Python: pep8, tests, ...\n\n## Configuration\n\nThe main config file is: `hidev.yml`.\n\nYou can generate basic config file with **init** command:\n\n```sh\nhidev init the-vendor/my-new-package\n```\n\nYou will receive:\n\n```yaml\npackage:\n    type:           project\n    name:           my-new-package\n    title:          My New Package\n    keywords:       my, new, package\n\nvendor:\n    name:           the-vendor\n    authors:\n        hiqsol:\n            name:       Andrii Vasyliev\n            email:      sol@hiqdev.com\n```\n\nPackage section holds info about the package:\n\n- **name**: your package name, same as in package manager but without vendor name\n- **title**: single line description of your package (description in composer.json)\n- **type**, **keywords**: same as in package manager\n\nAlso you can add more info for better README generation:\n\n- **headline**: short user friendly name of your project, used for README header\n- **description**: longer description\n\nVendor section holds info about you or your company:\n\n- **name**: same as in package manager\n- **title**: full vendor name, will be used for README, LICENSE and so on\n- **github**, **homepage**, **forum**, **email**: obviously\n- **license**: will be used if package does not specify one\n- **authors**: array of authors, see: [HiQDev's config](https://github.com/hiqdev/hidev-hiqdev/blob/master/src/config/goals.yml)\n\nBest way to configure vendor is to create and use your vendor plugin for HiDev.\nIt's easy, just fork `hiqdev/hidev-hiqdev`, change it appropriately and publish\nto Packagist.\n\nFor examples of HiDev configuration you can see [our repos on GitHub],\nall of them are automated with HiDev.\n\n[our repos on GitHub]: https://github.com/hiqdev\n\n## Usage\n\n```sh\nhidev goal[/action]\n```\n\n## License\n\nThis project is released under the terms of the BSD-3-Clause [license](LICENSE).\nRead more [here](http://choosealicense.com/licenses/bsd-3-clause).\n\nCopyright © 2015-2018, HiQDev (http://hiqdev.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiqdev%2Fhidev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiqdev%2Fhidev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiqdev%2Fhidev/lists"}