# wheat **Repository Path**: mirrors_creationix/wheat ## Basic Information - **Project Name**: wheat - **Description**: Wheat is a blog engine for coders written in node.JS - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Wheat Wheat is a blogging engine that reads a git repo full of markdown articles and presents them as a website. ## How to Install Either manually install all the dependencies or use npm. It's packaged nicely now. npm install wheat For on the fly rendering of Graphviz graphs (DOT files), Graphviz will need to be [installed](http://www.graphviz.org/Download..php) That's it! Checkout the wheat branch of howtonode.org for an example of how to use the library.