memorylane
An atom plugin that gives you a mini journal of your code Similar to webstorm's live template Some people love the occasional trip down memory lane to visit old projects and wonder WTF was I doing when I built this. (guilty!)
I created this simple plugin to automatically give a comment of when I created the file and a date and time stamp. In the future, I want to be able to get weather and current playing song(if any) from your computer.
At the moment this package works in two ways only with newly created javascript files in Atom.
Parameters
- name of file
- system username/author
- date and time
memories are created only once per file
Adding a memory before you edit/save the file.
Adding a memory after you edit/save the file.
License
ISC