April 2012
3 posts
2 tags
Express 3.x alpha reference docs
Since I don’t have the Express 3.x site up yet I thought I would whip up a quick set of markdown docs from the source comments using dox. To view these markdown docs in your terminal install mad(1): $ cd /tmp && git clone --depth 1 git@github.com:visionmedia/mad.git && cd mad && make install Update your mad-pages: $ mad --update Profit! $ mad express ...
Apr 19th
5 notes
2 tags
Express 3.0.0 alpha1
I just released the first alpha, but beware! the documentation has not been updated. I wanted to defer a release until I had time to re-write the site, but meanwhile people have been using the master branch anyway, so we might as well make it official (and available via npm). The alpha is by no means complete, some features still need adjusting, though mainly internal refactoring. The wiki...
Apr 15th
13 notes
2 tags
Going mad(1)
mad(1) is a tiny tool that allows you to view markdown manual pages. I’m a huge fan of man in general, but the format is pretty annoying and often converted from markdown, textile etc anyway. The output man produces is also pretty bad in my opinion, mainly whitespace issues. This is just a quick 5 minute hack so follow if you’re interested or open an issue if you have some ideas!...
Apr 14th
3 notes