Open
Description
Would be nice to also have the ability to globally install skeletor and get a application scaffolding global tool
composer global require aniftyco/skeletor
Usage:
skeletor new laravel my-app
This would essentially be like calling
composer create-project starter/laravel my-app
but also supports the traditional vendor/repo
style as a fallback so that you can install a skeleton that isn't an official Skeletor starter.
skeletor new aniftyco/saas-starter my-app