mwayi / merlin
A generic boilerplate installer
0.1.0
2016-12-18 14:28 UTC
Requires
- guzzlehttp/guzzle: ~4.0|~5.0|~6.0
- illuminate/filesystem: ^5.3
- symfony/console: ~2.3|~3.0
This package is not auto-updated.
Last update: 2025-04-26 22:27:22 UTC
README
A generic boilerplate installer that encourages the capture of standards and patterns into helpful starter packs.
Simply point the installer to a zip file resource and tell it where to download.
merlin install <src> <dest>
merlin install https://example.com/project/master.zip path/to/new/project
Installation
git clone
composer install
Todo
- Add token replacement
Tests
php vendor/bin/phpunit