@monooso/generator-php-package
v1.2.1
Published
Yeoman generator for scaffolding a generic PHP package
Downloads
5
Maintainers
Readme
PHP package generator
Overview
Yeoman generator for scaffolding a generic PHP package. Generates the following files, based on the information you provide:
src/.gitkeep
tests/.gitkeep
.editorconfig
.gitignore
.huskyrc.js
.nvmrc
.php_cs.dist
.scrutinizer.yml
.travis.yml
CHANGELOG.md
composer.json
LICENSE.txt
package.json
phpinsights.php
phpunit.xml
README.md
Installation
Install Yeoman and this package using npm.
npm install -g yo
npm install -g @monooso/generator-php-package
Usage
yo @monooso/php-package
License
This is open source software, released under the MIT license.