1.2.1 • Published 5 years ago
@monooso/generator-php-package v1.2.1
PHP package generator
Overview
Yeoman generator for scaffolding a generic PHP package. Generates the following files, based on the information you provide:
src/.gitkeeptests/.gitkeep.editorconfig.gitignore.huskyrc.js.nvmrc.php_cs.dist.scrutinizer.yml.travis.ymlCHANGELOG.mdcomposer.jsonLICENSE.txtpackage.jsonphpinsights.phpphpunit.xmlREADME.md
Installation
Install Yeoman and this package using npm.
npm install -g yo
npm install -g @monooso/generator-php-packageUsage
yo @monooso/php-packageLicense
This is open source software, released under the MIT license.