mwayi / merlin
A generic boilerplate installer
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 2
pkg:composer/mwayi/merlin
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-10-12 00:57:41 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