memphisphp / larastrap

A good, non-specialized Laravel base site for faster app development
MIT License
2 stars 3 forks source link

Custom Installer/Cleaner #7

Open dan9186 opened 10 years ago

dan9186 commented 10 years ago

I've seen where there is a way to make custom installers and things for a project to add into artisan. Something like php artisan app:install or php artisan app:clean where that we could have it remove things like the CONTRIBUTING.md and README.md other things to prep for a new app being created.

Thoughts? Ideas? Yay, nay? Just thinking from the standpoint that typically you're going to clone down this repo and then immediately want to customize it to the project at hand with it's own readme, contributing, and other things.

svpernova09 commented 10 years ago

I don't think it should remove those files, because I'll want to edit them for myself. Maybe replace them with a blank version?