I created a template and I was wondering about two things:
- Is there a way to not bring the git history?
For now I’m cloning with --depth=1
and then running a rm -rf project/.git
, but seems a bit messy. Of course, the idea of a template is having it’s own history. Anyway, I guess this is a git
issue more than a MiddleMan one, but maybe someone else has some insight about?
- Is there a way to add some sort of post-install note?
For example I use bower, it would be great if at the end of the middleman init --template=blablaba
it could print some sort of:
remember to run bower install!
(for ie)
I have been looking to other templates but no one seems to tackle these doubts.