guiguan / file-header

FileHeader for Atom
https://atom.io/packages/file-header
Other
31 stars 21 forks source link

Direct Moment.js support in templates #66

Open cfranc0 opened 4 years ago

cfranc0 commented 4 years ago

Hello, I'm jut now starting to use file-header and I was wandering if there is a way to directly access Moment.js functions in the template. To be more clear, the template I would like to have is something like this

/**
 * {{filename}}
 * (c) **{{current_year}}** - {{author}}
 * etc...
 */

Thank you