Generator for DoCSoc digest emails. See this blog post
brew install nodejs
git clone [email protected]:icdocsoc/digest-emails.git
cd digest-emails
npm install
npm install coffee-script -g
Write emails in the emails
folder
h1
tags are listed at the top as an agenda-style list, unless there aren't any.
coffee compile
Output will be placed in compiled
folder
- Open the HTML file in a browser (I used chrome)
- Drag-Select from above the box, to the bottom fo the page
- Copy
- Open a new email in exchange
- Paste (it should center when you resize the window, if not, you copy/pasted wrong)
- Send!
Just follow the following recommended process:
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request