https://github.com/hiqdev/hidev-hiqdev
HiQDev vendor configuration for HiDev
https://github.com/hiqdev/hidev-hiqdev
hacktoberfest
Last synced: 12 months ago
JSON representation
HiQDev vendor configuration for HiDev
- Host: GitHub
- URL: https://github.com/hiqdev/hidev-hiqdev
- Owner: hiqdev
- License: bsd-3-clause
- Created: 2016-05-21T13:08:24.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T16:51:29.000Z (about 6 years ago)
- Last Synced: 2024-11-13T19:09:37.419Z (over 1 year ago)
- Topics: hacktoberfest
- Language: PHP
- Size: 102 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# HiDev HiQDev
**HiDev plugin for HiQDev vendor configuration**
[](https://packagist.org/packages/hiqdev/hidev-hiqdev)
[](https://packagist.org/packages/hiqdev/hidev-hiqdev)
[](https://travis-ci.org/hiqdev/hidev-hiqdev)
[](https://scrutinizer-ci.com/g/hiqdev/hidev-hiqdev/)
[](https://scrutinizer-ci.com/g/hiqdev/hidev-hiqdev/)
[](https://www.versioneye.com/php/hiqdev:hidev-hiqdev/dev-master)
[HiDev] is the automation tool mixed with code generator for easier continuous development.
This plugin provides [HiQDev] vendor configuration for HiDev.
Used for HiQDev packages. Can be used as template for configs of other vendors.
Provides HiQDev information and settings:
- general data: vendor name and company title
- contact data: email, forum, github page
- authors data: names, roles, emails, github and home pages
- default license: BSD-3-Clause
See [src/config/goals.yml].
[HiDev]: https://github.com/hiqdev/hidev
[HiQDev]: https://github.com/hiqdev
[src/config/goals.yml]: src/config/goals.yml
## Installation
The preferred way to install this yii2-extension is through [composer](http://getcomposer.org/download/).
Either run
```sh
php composer.phar require "hiqdev/hidev-hiqdev"
```
or add
```json
"hiqdev/hidev-hiqdev": "*"
```
to the require section of your composer.json.
## License
This project is released under the terms of the BSD-3-Clause [license](LICENSE).
Read more [here](http://choosealicense.com/licenses/bsd-3-clause).
Copyright © 2015-2018, HiQDev (http://hiqdev.com/)