btwael / mammouth

Unfancy PHP
http://mammouth.boutglay.com
MIT License
214 stars 22 forks source link

Add generator info #74

Open avarayr opened 8 years ago

avarayr commented 8 years ago

Add a generator info for .php file, e.g.

<?php
########################################
 # This file is generated by Mammouth #
 # github link (optional)             #
########################################
aolko commented 8 years ago

too massive

<?php
## Generated by Mammouth / https://github.com/btwael/mammouth ##
btwael commented 8 years ago

What about just something like

<?php
/* Generated by Mammouth v3.0.1 | http://mammouth.wamalaka.com */
aolko commented 8 years ago

yup, but

/* */, not /* /*
avarayr commented 8 years ago

@btwael it's fine :+1:

btwael commented 8 years ago

@aolko haha yeah it's /* */ ;)